andyaii commited on
Commit
12cef39
·
verified ·
1 Parent(s): 5c774ff
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -124,8 +124,7 @@ def generate_video(input_image, prompt, height, width,
124
  return video_path, current_seed
125
 
126
  with gr.Blocks() as demo:
127
- gr.Markdown("# Fast 4 steps Wan 2.1 I2V (14B) with CausVid LoRA")
128
- 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")
129
  with gr.Row():
130
  with gr.Column():
131
  input_image_component = gr.Image(type="pil", label="Input Image (auto-resized to target H/W)")
 
124
  return video_path, current_seed
125
 
126
  with gr.Blocks() as demo:
127
+
 
128
  with gr.Row():
129
  with gr.Column():
130
  input_image_component = gr.Image(type="pil", label="Input Image (auto-resized to target H/W)")