Skip to content

Commit 2041235

Browse files
committed
renamed audio_vae -> autoencoder_kl_ltx2_audio.py
1 parent 54bd279 commit 2041235

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

src/maxdiffusion/tests/test_ltx2_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self):
2323
self.audio_patch_size = 1
2424
self.audio_patch_size_t = 1
2525
self.audio_num_attention_heads = 32
26-
self.audio_attention_head_dim = 128 # Default is 64 but we want 128
26+
self.audio_attention_head_dim = 128
2727
self.audio_cross_attention_dim = 2048
2828
self.num_layers = 48
2929

@@ -184,7 +184,7 @@ def test_load_connector_weights(self):
184184
print("Connector Weights Validated Successfully!")
185185

186186
def test_load_audio_vae_weights(self):
187-
from maxdiffusion.models.ltx2.audio_vae import FlaxAutoencoderKLLTX2Audio
187+
from maxdiffusion.models.ltx2.autoencoder_kl_ltx2_audio import FlaxAutoencoderKLLTX2Audio
188188
from maxdiffusion.models.ltx2.ltx2_utils import load_audio_vae_weights
189189

190190
pretrained_model_name_or_path = "Lightricks/LTX-2"

0 commit comments

Comments
 (0)