Skip to content

Commit 41bedde

Browse files
committed
Changed lora weights
1 parent 5e1d2b3 commit 41bedde

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/maxdiffusion/configs/base_wan_i2v_27b.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ enable_lora: False
316316
# Values are lists to support multiple LoRA loading during inference in the future.
317317
lora_config: {
318318
rank: [64],
319-
lora_model_name_or_path: ["lightx2v/Wan2.2-Distill-Loras"],
320-
high_noise_weight_name: ["wan2.2_i2v_A14b_high_noise_lora_rank64_lightx2v_4step_1022.safetensors"],
321-
low_noise_weight_name: ["wan2.2_i2v_A14b_low_noise_lora_rank64_lightx2v_4step_1022.safetensors"],
322-
adapter_name: ["wan22-distill-lora"],
319+
lora_model_name_or_path: ["lightx2v/Wan2.2-Lightning"],
320+
high_noise_weight_name: ["Wan2.2-I2V-A14B-4steps-lora-rank64-Seko-V1/high_noise_model.safetensors"],
321+
low_noise_weight_name: ["Wan2.2-I2V-A14B-4steps-lora-rank64-Seko-V1/low_noise_model.safetensors"],
322+
adapter_name: ["wan22-lightning-lora"],
323323
scale: [1.0],
324324
from_pt: []
325325
}

0 commit comments

Comments
 (0)