Skip to content

Commit 272f99c

Browse files
committed
fix
1 parent 88eb339 commit 272f99c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/maxdiffusion/models/ltx2/ltx2_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ 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}")
378377
parts = key.split(".")
379378

380379
flax_key_parts = []

0 commit comments

Comments
 (0)