Skip to content

Commit 79d7f10

Browse files
committed
Fix lora
1 parent fe9d3ed commit 79d7f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/configs/base_wan_lora_i2v_14b.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ lora_config: {
304304
lora_model_name_or_path: ["lightx2v/Wan2.1-Distill-Loras"],
305305
weight_name: ["wan2.1_i2v_lora_rank64_lightx2v_4step.safetensors"],
306306
adapter_name: ["wan21-distill-lora-i2v"],
307-
scale: [],
307+
scale: [1.0],
308308
from_pt: []
309309
}
310310
# Ex with values:

0 commit comments

Comments
 (0)