4.9 KiB
📝 Text-to-3D Service
This service launches a web application to generate physically plausible 3D assets from text descriptions for a wide range of geometry and styles.
"Antique brass key, intricate filigree"
"Rusty old wrench, peeling paint"
"Sleek black drone, red sensors"
"Miniature screwdriver with bright orange handle"
"European style wooden dressing table"
☁️ Run the App Service
Create 3D assets from text descriptions for a wide range of geometry and styles. !!! note "Note" Gradio servive is a simplified demonstration. For the full functionality, please refer to text3d-cli.
Text-to-image model based on the Kolors model, supporting Chinese and English prompts. Models downloaded automatically on first run, please be patient.
# Run in foreground
python apps/text_to_3d.py
# Or run in the background
CUDA_VISIBLE_DEVICES=0 nohup python apps/text_to_3d.py > /dev/null 2>&1 &
!!! tip "Getting Started" - You can also try Text-to-3D instantly online via our Hugging Face Space — no installation required. - Explore EmbodiedGen generated sim-ready Assets Gallery. - For instructions on using the generated asset in any simulator, see Any Simulators Tutorial.