Skip to content

Commit 90a177f

Browse files
committed
test
1 parent 20c2343 commit 90a177f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/maxdiffusion/models/lora_nnx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ def merge_lora_for_scanned(
289289
continue
290290

291291
nnx_path_str = ".".join(map(str, path))
292-
nnx_path_str = nnx_path_str[len("blocks.") :]
293292
lora_key_template = translate_fn(nnx_path_str) if translate_fn else None
294293

295294
if 'adaln_scale_shift_table' in nnx_path_str:

0 commit comments

Comments
 (0)