multimodalart HF staff commited on
Commit
a5fbe4d
1 Parent(s): ed103b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
299
  with gr.Accordion("Advanced Settings", open=False):
300
  with gr.Row():
301
  input_image = gr.Image(label="Input image", type="filepath")
302
- image_strength = gr.Slider(label="Image Strength", minimum=0.1, maximum=1.0, step=0.01, value=0.75)
303
  with gr.Column():
304
  with gr.Row():
305
  cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=3.5)
 
299
  with gr.Accordion("Advanced Settings", open=False):
300
  with gr.Row():
301
  input_image = gr.Image(label="Input image", type="filepath")
302
+ image_strength = gr.Slider(label="Denoise Strength", info="Lower means more image influence", minimum=0.1, maximum=1.0, step=0.01, value=0.75)
303
  with gr.Column():
304
  with gr.Row():
305
  cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=3.5)