xichenhku commited on
Commit
2fb4837
1 Parent(s): 6c3e8a6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ with gr.Blocks() as demo:
279
  num_samples = 1
280
  strength = gr.Slider(label="Control Strength", minimum=0.0, maximum=2.0, value=1.0, step=0.01)
281
  ddim_steps = gr.Slider(label="Steps", minimum=1, maximum=100, value=30, step=1)
282
- scale = gr.Slider(label="Guidance Scale", minimum=0.1, maximum=30.0, value=5.0, step=0.1)
283
  seed = gr.Slider(label="Seed", minimum=-1, maximum=999999999, step=1, value=-1)
284
  gr.Markdown(" Higher guidance-scale makes higher fidelity, while lower guidance-scale leads to more harmonized blending.")
285
 
 
279
  num_samples = 1
280
  strength = gr.Slider(label="Control Strength", minimum=0.0, maximum=2.0, value=1.0, step=0.01)
281
  ddim_steps = gr.Slider(label="Steps", minimum=1, maximum=100, value=30, step=1)
282
+ scale = gr.Slider(label="Guidance Scale", minimum=0.1, maximum=30.0, value=4.5, step=0.1)
283
  seed = gr.Slider(label="Seed", minimum=-1, maximum=999999999, step=1, value=-1)
284
  gr.Markdown(" Higher guidance-scale makes higher fidelity, while lower guidance-scale leads to more harmonized blending.")
285