Spaces:
Running
on
Zero
Running
on
Zero
File size: 187 Bytes
0a88b62 |
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
|