multimodalart HF staff commited on
Commit
3c4e91e
1 Parent(s): 5e2e272

bring steps back to 4

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks(css="custom.css") as demo:
254
  with gr.Accordion("Advanced options", open=False):
255
  negative = gr.Textbox(label="Negative Prompt", visible=False)
256
  weight = gr.Slider(0, 10, value=1.2, step=0.1, label="LoRA weight")
257
- steps = gr.Slider(0,8, value=8, step=1, label="Steps")
258
  with gr.Column(elem_id="extra_info"):
259
  with gr.Accordion(
260
  "Use it with: 🧨 diffusers, ComfyUI, Invoke AI, SD.Next, AUTO1111",
 
254
  with gr.Accordion("Advanced options", open=False):
255
  negative = gr.Textbox(label="Negative Prompt", visible=False)
256
  weight = gr.Slider(0, 10, value=1.2, step=0.1, label="LoRA weight")
257
+ steps = gr.Slider(0,8, value=4, step=1, label="Steps")
258
  with gr.Column(elem_id="extra_info"):
259
  with gr.Accordion(
260
  "Use it with: 🧨 diffusers, ComfyUI, Invoke AI, SD.Next, AUTO1111",