Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -373,7 +373,7 @@ def split_image(image: Image.Image) -> List[Image.Image]:
|
|
373 |
|
374 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
375 |
gr.Markdown("""
|
376 |
-
## Sketch to 3D with
|
377 |
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)
|
378 |
2. Scalable and versatile image to 3D generation using [TRELLIS](https://trellis3d.github.io/)
|
379 |
### 🎨🖌️ draw or upload a sketch and click "Generate" to create a 3D asset ✨
|
|
|
373 |
|
374 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
375 |
gr.Markdown("""
|
376 |
+
## Sketch to 3D with TRELLIS
|
377 |
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)
|
378 |
2. Scalable and versatile image to 3D generation using [TRELLIS](https://trellis3d.github.io/)
|
379 |
### 🎨🖌️ draw or upload a sketch and click "Generate" to create a 3D asset ✨
|