Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ iface_controlnet = gr.Interface(
|
|
247 |
gr.components.Textbox(label="Text prompt", placeholder="Enter Text prompt"),
|
248 |
gr.components.Textbox(label="Number of outputs", placeholder="Enter Number of outputs"),
|
249 |
gr.components.Slider(minimum=0.5, maximum=10, step=0.5, value=0.5, label="Controlnet scale"),
|
250 |
-
gr.components.Slider(minimum=
|
251 |
],
|
252 |
outputs=gr.components.Image(type="pil"),
|
253 |
title="🎨 Visual Style Prompting (w/ ControlNet)",
|
|
|
247 |
gr.components.Textbox(label="Text prompt", placeholder="Enter Text prompt"),
|
248 |
gr.components.Textbox(label="Number of outputs", placeholder="Enter Number of outputs"),
|
249 |
gr.components.Slider(minimum=0.5, maximum=10, step=0.5, value=0.5, label="Controlnet scale"),
|
250 |
+
gr.components.Slider(minimum=10, maximum=50, step=10, value=50, label="Diffusion steps")
|
251 |
],
|
252 |
outputs=gr.components.Image(type="pil"),
|
253 |
title="🎨 Visual Style Prompting (w/ ControlNet)",
|