Spaces:
Running
on
Zero
Running
on
Zero
Update wan2_fast.py
Browse files- wan2_fast.py +1 -1
wan2_fast.py
CHANGED
@@ -315,7 +315,7 @@ torch.cuda.empty_cache()
|
|
315 |
|
316 |
|
317 |
|
318 |
-
LORA_REPO_ID = "rahul7star/wan2.2Lora"
|
319 |
LORA_FILENAME = "c0wg1rl.3_wan22-5b-ti2v - e380.safetensors"
|
320 |
causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
|
321 |
pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
|
|
|
315 |
|
316 |
|
317 |
|
318 |
+
LORA_REPO_ID = "rahul7star/wan2.2Lora"
|
319 |
LORA_FILENAME = "c0wg1rl.3_wan22-5b-ti2v - e380.safetensors"
|
320 |
causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
|
321 |
pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
|