AlekseyCalvin commited on
Commit
27d301f
·
verified ·
1 Parent(s): a7fc428

Update app_fast.py

Browse files
Files changed (1) hide show
  1. app_fast.py +1 -1
app_fast.py CHANGED
@@ -42,7 +42,7 @@ for pipe in [text_to_video_pipe, image_to_video_pipe]:
42
  #LORA_FILENAME = "HSToric_color_Wan22_5b_LoRA.safetensors"
43
 
44
  LORA_REPO_ID = "AlekseyCalvin/Phenakistiscopes_Wan22_5B_T2V_LoRA"
45
- LORA_FILENAME = "PhenakistiscopesV4_000001500.safetensors"
46
  causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
47
  pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
48
  pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
 
42
  #LORA_FILENAME = "HSToric_color_Wan22_5b_LoRA.safetensors"
43
 
44
  LORA_REPO_ID = "AlekseyCalvin/Phenakistiscopes_Wan22_5B_T2V_LoRA"
45
+ LORA_FILENAME = "PhenakistiscopesV4_000002300.safetensors"
46
  causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
47
  pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
48
  pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])