Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
376 |
-
|
|
|
|
|
|
|
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():
|