Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
| 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)
|