Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ print("Loading first LoRA (CausVid)...")
|
|
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
|
|
|
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
|