Spaces:
Running
on
Zero
Running
on
Zero
updates
Browse files
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 |
-
|
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)")
|