embodiedgen/docs/services/texture_edit.md
2025-11-06 16:00:24 +08:00

6.3 KiB

🎨 Texture Generation Service

🤗 Hugging Face

This service launches a web application to generate visually rich textures for 3D mesh.


☁️ Run the App Service

!!! note "Note" Gradio servive is a simplified demonstration. For the full functionality, please refer to texture-cli.

Run the texture generation service locally. Models downloaded automatically on first run, see download_kolors_weights, geo_cond_mv.

# Run in foreground
python apps/texture_edit.py

# Or run in the background
CUDA_VISIBLE_DEVICES=0 nohup python apps/texture_edit.py > /dev/null 2>&1 &

!!! tip "Getting Started" - Try it directly 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.