rahul7star commited on
Commit
383f0ad
·
verified ·
1 Parent(s): aeb9017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import os
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
  LORA_REPO_ID = "Kijai/WanVideo_comfy"
19
  LORA_FILENAME = "Wan21_CausVid_14B_T2V_lora_rank32.safetensors"
20
 
 
14
  # LORA_FILENAME = "Wan21_CausVid_bidirect2_T2V_1_3B_lora_rank32.safetensors"
15
 
16
 
17
+ MODEL_ID = "lightx2v/Wan2.1-T2V-14B-Lightx2v"
18
  LORA_REPO_ID = "Kijai/WanVideo_comfy"
19
  LORA_FILENAME = "Wan21_CausVid_14B_T2V_lora_rank32.safetensors"
20