Skip to content

Commit bb8f1f6

Browse files
committed
Lora fix
1 parent 6626042 commit bb8f1f6

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: ["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"],
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: [],
322322
adapter_name: ["wan22-lightning-lora"],
323323
scale: [1.0],
324324
from_pt: []

0 commit comments

Comments
 (0)