Skip to content

Commit fe9d3ed

Browse files
committed
Fix lora config
1 parent 8004e6f commit fe9d3ed

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/maxdiffusion/configs/base_wan_lora_i2v_14b.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ lightning_repo: ""
298298
lightning_ckpt: ""
299299

300300
# LoRA parameters
301+
lora_rank: 64
301302
# Values are lists to support multiple LoRA loading during inference in the future.
302303
lora_config: {
303304
lora_model_name_or_path: ["lightx2v/Wan2.1-Distill-Loras"],

src/maxdiffusion/configs/base_wan_lora_i2v_27b.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ lightning_repo: ""
310310
lightning_ckpt: ""
311311

312312
# LoRA parameters
313+
lora_rank: 64
313314
# Values are lists to support multiple LoRA loading during inference in the future.
314315
lora_config: {
315316
lora_model_name_or_path: ["lightx2v/Wan2.2-Distill-Loras"],

0 commit comments

Comments
 (0)