rahul7star commited on
Commit
defc71e
·
verified ·
1 Parent(s): 949010c

Update optimization.py

Browse files
Files changed (1) hide show
  1. optimization.py +2 -2
optimization.py CHANGED
@@ -86,10 +86,10 @@ def optimize_pipeline_(pipeline: Callable[P, Any], *args: P.args, **kwargs: P.kw
86
 
87
  pipeline.load_lora_weights(
88
  #"drozbay/Wan2.2_A14B_lora_extract",
89
- "deadman44/Wan2.2_T2i_T2v_LoRA",
90
  #weight_name="MTVCrafter/Wan2_1_MTV-Crafter_motion_adapter_bf16.safetensors",
91
  #weight_name="Skyreels/Wan2_1_Skyreels-v2-T2V-720P_LoRA_rank_64_fp16.safetensors",
92
- weight_name="lora_wan2.2_myjd_Low_v01.safetensors",
93
  #weight_name="Wan2.2-T2V-A14B-4steps-lora-rank64-Seko-V1.1/low_noise_model.safetensors",
94
  adapter_name="lightning_2", **kwargs_lora
95
  )
 
86
 
87
  pipeline.load_lora_weights(
88
  #"drozbay/Wan2.2_A14B_lora_extract",
89
+ "lightx2v/Wan2.2-Lightning",
90
  #weight_name="MTVCrafter/Wan2_1_MTV-Crafter_motion_adapter_bf16.safetensors",
91
  #weight_name="Skyreels/Wan2_1_Skyreels-v2-T2V-720P_LoRA_rank_64_fp16.safetensors",
92
+ weight_name="Wan2.2-T2V-A14B-4steps-lora-rank64-Seko-V1/low_noise_model.safetensors",
93
  #weight_name="Wan2.2-T2V-A14B-4steps-lora-rank64-Seko-V1.1/low_noise_model.safetensors",
94
  adapter_name="lightning_2", **kwargs_lora
95
  )