Skip to content

Commit 6626042

Browse files
committed
Changed lora config
1 parent 41bedde commit 6626042

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/maxdiffusion/configs/base_wan_i2v_27b.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@ 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-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"],
319+
lora_model_name_or_path: ["jrewingwannabe/Wan2.2-Lightning_I2V-A14B-4steps-lora"],
320+
high_noise_weight_name: ["Wan2.2-Lightning_I2V-A14B-4steps-lora_HIGH_fp16.safetensors"],
321+
low_noise_weight_name: ["Wan2.2-Lightning_I2V-A14B-4steps-lora_LOW_fp16.safetensors"],
322322
adapter_name: ["wan22-lightning-lora"],
323323
scale: [1.0],
324324
from_pt: []

0 commit comments

Comments
 (0)