Skip to content

Commit a78058d

Browse files
committed
wan_lo
1 parent 90a177f commit a78058d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/models/lora_nnx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ def merge_lora_for_scanned(
290290

291291
nnx_path_str = ".".join(map(str, path))
292292
lora_key_template = translate_fn(nnx_path_str) if translate_fn else None
293-
294-
if 'adaln_scale_shift_table' in nnx_path_str:
293+
max_logging.log(f"nnx_path_str: {nnx_path_str}")
294+
if 'scale_shift_table' in nnx_path_str:
295295
max_logging.log(f"adaln_scale_shift_table: {nnx_path_str}")
296296
max_logging.log(f"lora_key_template: {lora_key_template}")
297297
max_logging.log(f"Module: {module}")

0 commit comments

Comments
 (0)