ovi054 commited on
Commit
6ed91fc
·
verified ·
1 Parent(s): ed7a1b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -26,8 +26,11 @@ LORA_2_NAME = "person_lora"
26
 
27
  # 1. Load the first base LoRA ONCE at startup
28
  print("Loading first LoRA (CausVid)...")
29
- LORA_1_REPO = "Kijai/WanVideo_comfy"
30
- LORA_1_FILENAME = "Wan21_CausVid_14B_T2V_lora_rank32_v2.safetensors"
 
 
 
31
  try:
32
  lora_1_path = hf_hub_download(repo_id=LORA_1_REPO, filename=LORA_1_FILENAME)
33
  # The `device_map="auto"` can sometimes help in tricky environments
 
26
 
27
  # 1. Load the first base LoRA ONCE at startup
28
  print("Loading first LoRA (CausVid)...")
29
+ # LORA_1_REPO = "Kijai/WanVideo_comfy"
30
+ # LORA_1_FILENAME = "Wan21_CausVid_14B_T2V_lora_rank32_v2.safetensors"
31
+
32
+ LORA_1_REPO = "vrgamedevgirl84/Wan14BT2VFusioniX"
33
+ LORA_1_FILENAME = "FusionX_LoRa/Wan2.1_T2V_14B_FusionX_LoRA.safetensors"
34
  try:
35
  lora_1_path = hf_hub_download(repo_id=LORA_1_REPO, filename=LORA_1_FILENAME)
36
  # The `device_map="auto"` can sometimes help in tricky environments