Skip to content

Commit a794925

Browse files
committed
debug_audio_vae
1 parent 27f7577 commit a794925

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

debug_audio_vae.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
sys.path.append(os.path.join(os.getcwd(), "src"))
88

99
from maxdiffusion.models.ltx2.audio_vae import FlaxAutoencoderKLLTX2Audio
10-
from maxdiffusion.models.ltx2.ltx2_utils import load_audio_vae_weights, rename_for_ltx2_audio_vae
11-
from maxdiffusion.utils import load_sharded_checkpoint
10+
from maxdiffusion.models.ltx2.ltx2_utils import load_audio_vae_weights, rename_for_ltx2_audio_vae, load_sharded_checkpoint
1211
from flax import nnx
1312

1413
def debug_keys():

0 commit comments

Comments
 (0)