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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -29,8 +29,11 @@ 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
 
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
+
35
+ LORA_1_REPO = "joerose/Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank32"
36
+ LORA_1_FILENAME = "Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank32.safetensors"
37
  try:
38
  lora_1_path = hf_hub_download(repo_id=LORA_1_REPO, filename=LORA_1_FILENAME)
39
  # The `device_map="auto"` can sometimes help in tricky environments