rahul7star commited on
Commit
4817981
·
verified ·
1 Parent(s): 356cd66

Pusa testing

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -16,7 +16,11 @@ import os
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
 
21
 
22
 
 
16
 
17
  MODEL_ID = "Wan-AI/Wan2.1-T2V-14B-Diffusers"
18
  LORA_REPO_ID = "Kijai/WanVideo_comfy"
19
+ LORA_FILENAME="Pusa/Wan21_PusaV1_LoRA_14B_rank512_bf16.safetensors"
20
+ #LORA_FILENAME = "Wan21_CausVid_14B_T2V_lora_rank32.safetensors"
21
+
22
+
23
+
24
 
25
 
26