We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ac1d4 commit 7f5057fCopy full SHA for 7f5057f
1 file changed
src/maxdiffusion/models/ltx2/ltx2_utils.py
@@ -516,6 +516,8 @@ def load_audio_vae_weights(
516
for pt_key, tensor in tensors.items():
517
if filename and not pt_key.startswith("audio_vae."):
518
continue
519
+ if filename and pt_key.startswith("audio_vae."):
520
+ pt_key = pt_key[len("audio_vae."):]
521
key = rename_for_ltx2_audio_vae(pt_key)
522
523
if key.endswith(".kernel") and tensor.ndim == 4:
0 commit comments