Spaces:
Running
on
Zero
Running
on
Zero
Update optimization.py
Browse files- 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 |
-
"
|
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="
|
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 |
)
|