Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
c79a44b
1
Parent(s):
06ae819
Remove commented-out model installation code in app.py
Browse files
app.py
CHANGED
@@ -354,7 +354,7 @@ with gr.Blocks(css=css) as app:
|
|
354 |
|
355 |
total_second_length = gr.Slider(label="Total Video Length (Seconds)", minimum=1, maximum=120, value=5, step=0.1)
|
356 |
latent_window_size = gr.Slider(label="Latent Window Size", minimum=1, maximum=33, value=9, step=1, visible=False) # Should not change
|
357 |
-
steps = gr.Slider(label="Steps", minimum=1, maximum=100, value=
|
358 |
|
359 |
cfg = gr.Slider(label="CFG Scale", minimum=1.0, maximum=32.0, value=1.0, step=0.01, visible=False) # Should not change
|
360 |
gs = gr.Slider(label="Distilled CFG Scale", minimum=1.0, maximum=32.0, value=10.0, step=0.01, info='Changing this value is not recommended.')
|
|
|
354 |
|
355 |
total_second_length = gr.Slider(label="Total Video Length (Seconds)", minimum=1, maximum=120, value=5, step=0.1)
|
356 |
latent_window_size = gr.Slider(label="Latent Window Size", minimum=1, maximum=33, value=9, step=1, visible=False) # Should not change
|
357 |
+
steps = gr.Slider(label="Steps", minimum=1, maximum=100, value=10, step=1, info='Changing this value is not recommended.')
|
358 |
|
359 |
cfg = gr.Slider(label="CFG Scale", minimum=1.0, maximum=32.0, value=1.0, step=0.01, visible=False) # Should not change
|
360 |
gs = gr.Slider(label="Distilled CFG Scale", minimum=1.0, maximum=32.0, value=10.0, step=0.01, info='Changing this value is not recommended.')
|