rahul7star commited on
Commit
9dce6ed
·
verified ·
1 Parent(s): 9646a15

Update wan2_fast.py

Browse files
Files changed (1) hide show
  1. wan2_fast.py +6 -6
wan2_fast.py CHANGED
@@ -78,12 +78,12 @@ torch.cuda.empty_cache()
78
 
79
 
80
 
81
- # LORA_REPO_ID = "AlekseyCalvin/Phenakistiscopes_Wan22_5B_T2V_LoRA"
82
- # LORA_FILENAME = "PhenakistiscopesV4_000002300.safetensors"
83
- # causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
84
- # pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
85
- # pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
86
- # pipe.fuse_lora()
87
 
88
 
89
  # LORA_REPO_ID = "Kijai/WanVideo_comfy"
 
78
 
79
 
80
 
81
+ LORA_REPO_ID = "yeqiu168182/NSFW-22-H-e8"
82
+ LORA_FILENAME = "NSFW-22-H-e8.safetensors"
83
+ causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
84
+ pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
85
+ pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
86
+ pipe.fuse_lora()
87
 
88
 
89
  # LORA_REPO_ID = "Kijai/WanVideo_comfy"