Skip to content

Commit e25067b

Browse files
committed
Fix
1 parent 9390582 commit e25067b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/generate_wan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def run(config, pipeline=None, filename_prefix=""):
166166
low_noise_weight_name=lora_config["low_noise_weight_name"][0],
167167
rank=config.lora_rank,
168168
scale=lora_config["scale"][0],
169+
scan_layers=config.scan_layers,
169170
)
170171

171172
s0 = time.perf_counter()

0 commit comments

Comments
 (0)