Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|