rahul7star commited on
Commit
9259e85
·
verified ·
1 Parent(s): ab04eb8

Update app_fast.py

Browse files
Files changed (1) hide show
  1. app_fast.py +6 -2
app_fast.py CHANGED
@@ -24,8 +24,12 @@ for pipe in [text_to_video_pipe, image_to_video_pipe]:
24
 
25
 
26
  ##Lora testing
27
- LORA_REPO_ID = "AlekseyCalvin/HSToric_Color_Wan2.2_5B_LoRA_BySilverAgePoets"
28
- LORA_FILENAME = "HSToric_color_Wan22_5b_LoRA.safetensors"
 
 
 
 
29
  causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
30
  pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
31
  pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
 
24
 
25
 
26
  ##Lora testing
27
+ LORA_REPO_ID = "JERRYNPC/WAN2.2-LORA-NSFW"
28
+ LORA_FILENAME= "jerry_HIGH-nsfw-V10E800.safetensors"
29
+
30
+
31
+
32
+
33
  causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
34
  pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
35
  pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])