Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import random
|
|
12 |
|
13 |
MODEL_ID = "Wan-AI/Wan2.1-I2V-14B-480P-Diffusers"
|
14 |
LORA_REPO_ID = "Kijai/WanVideo_comfy"
|
15 |
-
LORA_FILENAME = "
|
16 |
|
17 |
image_encoder = CLIPVisionModel.from_pretrained(
|
18 |
MODEL_ID, subfolder="image_encoder", torch_dtype=torch.float16
|
|
|
12 |
|
13 |
MODEL_ID = "Wan-AI/Wan2.1-I2V-14B-480P-Diffusers"
|
14 |
LORA_REPO_ID = "Kijai/WanVideo_comfy"
|
15 |
+
LORA_FILENAME = "Wan21_CausVid_14B_T2V_lora_rank32_v1_5_no_first_block.safetensors"
|
16 |
|
17 |
image_encoder = CLIPVisionModel.from_pretrained(
|
18 |
MODEL_ID, subfolder="image_encoder", torch_dtype=torch.float16
|