We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a177f commit a78058dCopy full SHA for a78058d
1 file changed
src/maxdiffusion/models/lora_nnx.py
@@ -290,8 +290,8 @@ def merge_lora_for_scanned(
290
291
nnx_path_str = ".".join(map(str, path))
292
lora_key_template = translate_fn(nnx_path_str) if translate_fn else None
293
-
294
- if 'adaln_scale_shift_table' in nnx_path_str:
+ max_logging.log(f"nnx_path_str: {nnx_path_str}")
+ if 'scale_shift_table' in nnx_path_str:
295
max_logging.log(f"adaln_scale_shift_table: {nnx_path_str}")
296
max_logging.log(f"lora_key_template: {lora_key_template}")
297
max_logging.log(f"Module: {module}")
0 commit comments