Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
779d1f5
1
Parent(s):
7f68579
Update app.py
Browse files
app.py
CHANGED
@@ -252,8 +252,8 @@ with gr.Blocks(css=css) as demo:
|
|
252 |
|
253 |
with gr.Accordion(label="advanced options", open=False):
|
254 |
iterations = gr.Slider(label = "num iterations for clip directions", minimum=0, value=200, maximum=500, step=1)
|
255 |
-
steps = gr.Slider(label = "num inference steps", minimum=1, value=
|
256 |
-
interm_steps = gr.Slider(label = "num of intermediate images", minimum=3, value=
|
257 |
guidance_scale = gr.Slider(
|
258 |
label="Guidance scale",
|
259 |
minimum=0.1,
|
|
|
252 |
|
253 |
with gr.Accordion(label="advanced options", open=False):
|
254 |
iterations = gr.Slider(label = "num iterations for clip directions", minimum=0, value=200, maximum=500, step=1)
|
255 |
+
steps = gr.Slider(label = "num inference steps", minimum=1, value=3, maximum=8, step=1)
|
256 |
+
interm_steps = gr.Slider(label = "num of intermediate images", minimum=3, value=21, maximum=65, step=2)
|
257 |
guidance_scale = gr.Slider(
|
258 |
label="Guidance scale",
|
259 |
minimum=0.1,
|