Update app.py
Browse files
app.py
CHANGED
|
@@ -264,8 +264,7 @@ def generate_video(image_url,
|
|
| 264 |
|
| 265 |
|
| 266 |
with gr.Blocks() as demo:
|
| 267 |
-
gr.Markdown("# Fast 4 steps Wan 2.
|
| 268 |
-
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")
|
| 269 |
with gr.Row():
|
| 270 |
with gr.Column():
|
| 271 |
image_url_input = gr.Textbox(
|
|
|
|
| 264 |
|
| 265 |
|
| 266 |
with gr.Blocks() as demo:
|
| 267 |
+
gr.Markdown("# Fast 4 steps Wan 2.2 I2V (14B)")
|
|
|
|
| 268 |
with gr.Row():
|
| 269 |
with gr.Column():
|
| 270 |
image_url_input = gr.Textbox(
|