We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c2343 commit 90a177fCopy full SHA for 90a177f
1 file changed
src/maxdiffusion/models/lora_nnx.py
@@ -289,7 +289,6 @@ def merge_lora_for_scanned(
289
continue
290
291
nnx_path_str = ".".join(map(str, path))
292
- nnx_path_str = nnx_path_str[len("blocks.") :]
293
lora_key_template = translate_fn(nnx_path_str) if translate_fn else None
294
295
if 'adaln_scale_shift_table' in nnx_path_str:
0 commit comments