rahul7star commited on
Commit
9270d8b
·
verified ·
1 Parent(s): 2b8b0e2

Update app_fast.py

Browse files
Files changed (1) hide show
  1. app_fast.py +8 -8
app_fast.py CHANGED
@@ -124,7 +124,7 @@ for pipe in [text_to_video_pipe, image_to_video_pipe]:
124
  # pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
125
  # pipe.fuse_lora()
126
 
127
- ## woeks very well
128
  LORA_REPO_ID = "rahul7star/wan2.2Lora"
129
  LORA_FILENAME = "DR34ML4Y_TI2V_5B_V1.safetensors"
130
  causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
@@ -133,14 +133,14 @@ pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
133
  pipe.fuse_lora()
134
 
135
 
 
136
 
137
-
138
- LORA_REPO_ID = "UnifiedHorusRA/Missionary_POV_Wan_2.2_5B_LoRA"
139
- LORA_FILENAME = "missionary-pov-wan2.2_5b-v1.0-vfxai.safetensors"
140
- causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
141
- pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
142
- pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
143
- pipe.fuse_lora()
144
 
145
 
146
 
 
124
  # pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
125
  # pipe.fuse_lora()
126
 
127
+
128
  LORA_REPO_ID = "rahul7star/wan2.2Lora"
129
  LORA_FILENAME = "DR34ML4Y_TI2V_5B_V1.safetensors"
130
  causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
 
133
  pipe.fuse_lora()
134
 
135
 
136
+ ## woeks very well
137
 
138
+ # LORA_REPO_ID = "UnifiedHorusRA/Missionary_POV_Wan_2.2_5B_LoRA"
139
+ # LORA_FILENAME = "missionary-pov-wan2.2_5b-v1.0-vfxai.safetensors"
140
+ # causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
141
+ # pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
142
+ # pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
143
+ # pipe.fuse_lora()
 
144
 
145
 
146