multimodalart HF Staff commited on
Commit
bd5e231
·
verified ·
1 Parent(s): 54b40a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -112,6 +112,7 @@ def generate_video(input_image, prompt, height, width,
112
 
113
  with gr.Blocks() as demo:
114
  gr.Markdown("# Fast 4 steps Wan 2.1 I2V (14B) with CausVid LoRA")
 
115
  with gr.Row():
116
  with gr.Column():
117
  input_image_component = gr.Image(type="pil", label="Input Image (auto-resized to target H/W)")
 
112
 
113
  with gr.Blocks() as demo:
114
  gr.Markdown("# Fast 4 steps Wan 2.1 I2V (14B) with CausVid LoRA")
115
+ gr.Markdown("[CausVid](https://github.com/tianweiy/CausVid) is a distilled version of Wan 2.1 to run faster in just 4-8 steps, [extracted as LoRA by Kijai](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan21_CausVid_14B_T2V_lora_rank32.safetensors) and is compatible with 🧨 diffusers")
116
  with gr.Row():
117
  with gr.Column():
118
  input_image_component = gr.Image(type="pil", label="Input Image (auto-resized to target H/W)")