Spaces:
Running
on
L40S
Running
on
L40S
File size: 180 Bytes
e3e5f9e |
1 2 3 4 5 6 7 8 |
# text to 3d fast
python main.py \
--text_prompt "a lovely rabbit" \
--save_folder ./outputs/test/ \
--max_faces_num 90000 \
--do_texture_mapping \
--do_render
|