linoyts HF staff commited on
Commit
12ecceb
·
verified ·
1 Parent(s): 7d0aefa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -372,8 +372,11 @@ def split_image(image: Image.Image) -> List[Image.Image]:
372
 
373
  with gr.Blocks(delete_cache=(600, 600)) as demo:
374
  gr.Markdown("""
375
- ## Sketch to 3D Asset with [TRELLIS](https://trellis3d.github.io/)
376
- 🎨🖌️ draw or upload a sketch and click "Generate" to create a 3D asset.
 
 
 
377
  """)
378
 
379
  with gr.Row():
 
372
 
373
  with gr.Blocks(delete_cache=(600, 600)) as demo:
374
  gr.Markdown("""
375
+ ## Sketch to 3D with [TRELLIS](https://trellis3d.github.io/)
376
+ 1. Fast sketch to image with SDXL Flash, using [@xinsir](https://huggingface.co/xinsir) [scribble sdxl controlnet](https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0) and [sdxl flash](https://huggingface.co/sd-community/sdxl-flash)
377
+ 2. Scalable and versatile image to 3D generation using [TRELLIS](https://trellis3d.github.io/)
378
+ ### 🎨🖌️ draw or upload a sketch and click "Generate" to create a 3D asset ✨
379
+
380
  """)
381
 
382
  with gr.Row():