File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments