multimodalart HF Staff commited on
Commit
6fd121e
·
verified ·
1 Parent(s): a57f68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False, 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")
 
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")