multimodalart HF Staff commited on
Commit
f7a5c03
·
verified ·
1 Parent(s): a314de9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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