rahul7star commited on
Commit
18fece6
·
verified ·
1 Parent(s): ad5a6bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -2
app.py CHANGED
@@ -15,8 +15,18 @@ import os
15
 
16
 
17
  MODEL_ID = "Wan-AI/Wan2.1-T2V-14B-Diffusers"
18
- LORA_REPO_ID = "RaphaelLiu/PusaV1"
19
- LORA_FILENAME="pusa_v1.safetensors"
 
 
 
 
 
 
 
 
 
 
20
  #LORA_REPO_ID = "Kijai/WanVideo_comfy"
21
  #LORA_FILENAME = "Wan21_CausVid_14B_T2V_lora_rank32.safetensors"
22
 
 
15
 
16
 
17
  MODEL_ID = "Wan-AI/Wan2.1-T2V-14B-Diffusers"
18
+
19
+
20
+
21
+
22
+ LORA_REPO_ID = "Kijai/WanVideo_comfy"
23
+ LORA_FILENAME = "Pusa/Wan21_PusaV1_LoRA_14B_rank512_bf16.safetensors"
24
+
25
+
26
+
27
+
28
+ # LORA_REPO_ID = "RaphaelLiu/PusaV1"
29
+ # LORA_FILENAME="pusa_v1.safetensors"
30
  #LORA_REPO_ID = "Kijai/WanVideo_comfy"
31
  #LORA_FILENAME = "Wan21_CausVid_14B_T2V_lora_rank32.safetensors"
32