ovi054 commited on
Commit
2e84f9f
·
verified ·
1 Parent(s): 3940f56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -32,8 +32,11 @@ print("Loading first LoRA (CausVid)...")
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
 
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
+
38
+ LORA_1_REPO = "lightx2v/Wan2.1-T2V-14B-StepDistill-CfgDistill-Lightx2v"
39
+ LORA_1_FILENAME = "loras/Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank64.safetensors
40
  try:
41
  lora_1_path = hf_hub_download(repo_id=LORA_1_REPO, filename=LORA_1_FILENAME)
42
  # The `device_map="auto"` can sometimes help in tricky environments