Refactor LTX-2 model structure
This commit is contained in:
8
mlx_video/models/ltx_2/__init__.py
Normal file
8
mlx_video/models/ltx_2/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
from mlx_video.models.ltx_2.config import (
|
||||
LTXModelConfig,
|
||||
TransformerConfig,
|
||||
LTXModelType,
|
||||
)
|
||||
from mlx_video.models.ltx_2.ltx import LTXModel, X0Model
|
||||
from mlx_video.models.ltx_2.audio_vae import AudioDecoder, Vocoder, decode_audio
|
||||
Reference in New Issue
Block a user