Spaces:
Paused
Paused
williamberman
commited on
Commit
•
3e48ac3
1
Parent(s):
5d133e3
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with image_blocks as demo:
|
|
90 |
with gr.Row(mobile_collapse=False, equal_height=True):
|
91 |
guidance_scale = gr.Number(value=7.5, minimum=1.0, maximum=20.0, step=0.1, label="guidance_scale")
|
92 |
steps = gr.Number(value=20, minimum=10, maximum=30, step=1, label="steps")
|
93 |
-
strength = gr.Number(value=0.99, minimum=0.01, maximum=0
|
94 |
negative_prompt = gr.Textbox(label="negative_prompt", placeholder="Your negative prompt", info="what you don't want to see in the image")
|
95 |
with gr.Row(mobile_collapse=False, equal_height=True):
|
96 |
schedulers = ["DEISMultistepScheduler", "HeunDiscreteScheduler", "EulerDiscreteScheduler", "DPMSolverMultistepScheduler", "DPMSolverMultistepScheduler-Karras", "DPMSolverMultistepScheduler-Karras-SDE"]
|
|
|
90 |
with gr.Row(mobile_collapse=False, equal_height=True):
|
91 |
guidance_scale = gr.Number(value=7.5, minimum=1.0, maximum=20.0, step=0.1, label="guidance_scale")
|
92 |
steps = gr.Number(value=20, minimum=10, maximum=30, step=1, label="steps")
|
93 |
+
strength = gr.Number(value=0.99, minimum=0.01, maximum=1.0, step=0.01, label="strength")
|
94 |
negative_prompt = gr.Textbox(label="negative_prompt", placeholder="Your negative prompt", info="what you don't want to see in the image")
|
95 |
with gr.Row(mobile_collapse=False, equal_height=True):
|
96 |
schedulers = ["DEISMultistepScheduler", "HeunDiscreteScheduler", "EulerDiscreteScheduler", "DPMSolverMultistepScheduler", "DPMSolverMultistepScheduler-Karras", "DPMSolverMultistepScheduler-Karras-SDE"]
|