ovi054 commited on
Commit
99c1f80
·
verified ·
1 Parent(s): 90d9cb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -32,11 +32,12 @@ 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
 
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
 
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
 
 
 
41
  try:
42
  lora_1_path = hf_hub_download(repo_id=LORA_1_REPO, filename=LORA_1_FILENAME)
43
  # The `device_map="auto"` can sometimes help in tricky environments