Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -251,7 +251,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 251 |
neg_prompt_i2v = gr.Textbox(label="Negative Prompt", lines=2, value="ugly, blurry, low quality, static, subtitles, watermark")
|
| 252 |
resolution_i2v = gr.Dropdown(label="Resolution", choices=["480p", "720p"], value="480p")
|
| 253 |
seed_i2v = gr.Number(label="Seed", value=42, precision=0)
|
| 254 |
-
distill_i2v = gr.Checkbox(label="Use Distill Mode", value=
|
| 255 |
refine_i2v = gr.Checkbox(label="Use Refine Mode", value=False, info="Higher quality & resolution, but slower. Uses Distill mode for its first stage.")
|
| 256 |
|
| 257 |
i2v_button = gr.Button("Generate Video", variant="primary")
|
|
|
|
| 251 |
neg_prompt_i2v = gr.Textbox(label="Negative Prompt", lines=2, value="ugly, blurry, low quality, static, subtitles, watermark")
|
| 252 |
resolution_i2v = gr.Dropdown(label="Resolution", choices=["480p", "720p"], value="480p")
|
| 253 |
seed_i2v = gr.Number(label="Seed", value=42, precision=0)
|
| 254 |
+
distill_i2v = gr.Checkbox(label="Use Distill Mode", value=True, info="Faster, lower quality base generation.")
|
| 255 |
refine_i2v = gr.Checkbox(label="Use Refine Mode", value=False, info="Higher quality & resolution, but slower. Uses Distill mode for its first stage.")
|
| 256 |
|
| 257 |
i2v_button = gr.Button("Generate Video", variant="primary")
|