Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -292,12 +292,10 @@ def generate_image_with_all_controls_simultaneous(
|
|
| 292 |
with gr.Blocks() as iface:
|
| 293 |
gr.Markdown(
|
| 294 |
"""
|
| 295 |
-
# Stable Diffusion ControlNet Multi-Control
|
| 296 |
Upload an input image, and the app will generate its **Depth Map**, **Canny Edges**, and **Segmentation Map**.
|
| 297 |
These three control maps will then be used **simultaneously** with your text prompt to generate a new image.
|
| 298 |
This provides highly detailed structural guidance.
|
| 299 |
-
|
| 300 |
-
**⚠️ WARNING: This setup requires significant GPU memory. It may crash on smaller GPUs (e.g., Colab T4).**
|
| 301 |
"""
|
| 302 |
)
|
| 303 |
|
|
|
|
| 292 |
with gr.Blocks() as iface:
|
| 293 |
gr.Markdown(
|
| 294 |
"""
|
| 295 |
+
# Stable Diffusion ControlNet Multi-Control Demo
|
| 296 |
Upload an input image, and the app will generate its **Depth Map**, **Canny Edges**, and **Segmentation Map**.
|
| 297 |
These three control maps will then be used **simultaneously** with your text prompt to generate a new image.
|
| 298 |
This provides highly detailed structural guidance.
|
|
|
|
|
|
|
| 299 |
"""
|
| 300 |
)
|
| 301 |
|