AsmaAILab commited on
Commit
efca793
·
verified ·
1 Parent(s): e8727b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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 (Simultaneous) 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
- **⚠️ 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