CoolFace
Apppublic

LPDoctor/AIGC-3D

sourceHugging Faceupdated 2y agoView on Hugging Face
3likes
text_to_3d_lite.sh7 linesDownload Raw Back to scripts
1# text to 3d fast2python main.py \3    --text_prompt "一个广式茶杯" \4    --save_folder ./outputs/test/ \5    --max_faces_num 10000 \6    --use_lite7