Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -308,7 +308,7 @@ causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
|
|
308 |
|
309 |
logger.info("Loading LoRA weights with custom converter...")
|
310 |
|
311 |
-
lora_state_dict_raw = WanPipeline.lora_state_dict(causvid_path) # This might already do some conversion
|
312 |
|
313 |
# Alternative: Load raw state_dict and then convert
|
314 |
from safetensors.torch import load_file as load_safetensors
|
|
|
308 |
|
309 |
logger.info("Loading LoRA weights with custom converter...")
|
310 |
|
311 |
+
# lora_state_dict_raw = WanPipeline.lora_state_dict(causvid_path) # This might already do some conversion
|
312 |
|
313 |
# Alternative: Load raw state_dict and then convert
|
314 |
from safetensors.torch import load_file as load_safetensors
|