Skip to content

Commit 4a369c1

Browse files
committed
loading from real checkpoints
1 parent 844c956 commit 4a369c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/models/ltx2/ltx2_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ def load_vocoder_weights(
374374
for pt_key, tensor in tensors.items():
375375
# Initial renaming
376376
key = rename_for_ltx2_vocoder(pt_key)
377+
print(f"DEBUG: Processing key: {pt_key} -> {key}")
377378
parts = key.split(".")
378379

379380
flax_key_parts = []

0 commit comments

Comments
 (0)