taki0112 commited on
Commit
b14aa85
1 Parent(s): 0b027cb
Files changed (1) hide show
  1. app.py +1 -1
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=50, maximum=50, step=10, value=50, label="Diffusion steps")
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)",