Skip to content

📝 Text-to-3D Service

🤗 Hugging Face

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

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 &

Getting Started