We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9390582 commit e25067bCopy full SHA for e25067b
1 file changed
src/maxdiffusion/generate_wan.py
@@ -166,6 +166,7 @@ def run(config, pipeline=None, filename_prefix=""):
166
low_noise_weight_name=lora_config["low_noise_weight_name"][0],
167
rank=config.lora_rank,
168
scale=lora_config["scale"][0],
169
+ scan_layers=config.scan_layers,
170
)
171
172
s0 = time.perf_counter()
0 commit comments