Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,9 +14,9 @@ import os
|
|
| 14 |
# LORA_FILENAME = "Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors"
|
| 15 |
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
-
MODEL_ID ="
|
| 20 |
|
| 21 |
|
| 22 |
LORA_REPO_ID = "Kijai/WanVideo_comfy"
|
|
|
|
| 14 |
# LORA_FILENAME = "Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors"
|
| 15 |
|
| 16 |
|
| 17 |
+
MODEL_ID = "Wan-AI/Wan2.1-T2V-14B-Diffusers"
|
| 18 |
|
| 19 |
+
#MODEL_ID ="FastWan/FastWan_T2V_14B_480p_lora_rank_128_bf16.safetensors"
|
| 20 |
|
| 21 |
|
| 22 |
LORA_REPO_ID = "Kijai/WanVideo_comfy"
|