This website requires JavaScript.
Explore
Help
Sign In
n0p
/
mlx-video
Watch
1
Star
0
Fork
0
You've already forked mlx-video
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ce39e744c37428a6b9590763fea3f5ed97ce763d
mlx-video
/
mlx_video
/
models
/
ltx
History
Prince Canuma
ce39e744c3
Refactor VideoEncoder to initialize from VideoEncoderModelConfig, enhancing configuration management. Add methods for weight sanitization and loading from pretrained models, improving model usability and integration with existing workflows.
2026-01-23 17:59:57 +01:00
..
audio_vae
Refactor weight loading and sanitization processes for audio models
2026-01-23 17:31:25 +01:00
prompts
Add prompt enhancement feature to video generation
2026-01-15 14:31:00 +01:00
video_vae
Refactor VideoEncoder to initialize from VideoEncoderModelConfig, enhancing configuration management. Add methods for weight sanitization and loading from pretrained models, improving model usability and integration with existing workflows.
2026-01-23 17:59:57 +01:00
__init__.py
add audio
2026-01-16 01:15:22 +01:00
adaln.py
initial commit (LTX-2)
2026-01-11 23:48:33 +01:00
attention.py
initial commit (LTX-2)
2026-01-11 23:48:33 +01:00
config.py
Refactor VideoEncoder to initialize from VideoEncoderModelConfig, enhancing configuration management. Add methods for weight sanitization and loading from pretrained models, improving model usability and integration with existing workflows.
2026-01-23 17:59:57 +01:00
feed_forward.py
initial commit (LTX-2)
2026-01-11 23:48:33 +01:00
ltx.py
Add LTXModel with a from_pretrained class method for loading model weights from a specified path. Update weight sanitization to handle positional embeddings and dtype consistency. Refactor timestep and context preparation methods to accept hidden_dtype, improving flexibility in model processing.
2026-01-23 17:45:50 +01:00
rope.py
Refactor weight loading and sanitization processes for audio models
2026-01-23 17:31:25 +01:00
text_encoder.py
Refactor LTX2TextEncoder to utilize Rich for progress tracking during token generation. Replace tqdm with Rich's Progress for enhanced console output and user experience. Clean up imports and streamline the generation process.
2026-01-19 02:13:10 +01:00
text_projection.py
- Refactor video generation script
2026-01-12 14:04:53 +01:00
transformer.py
Optimize positional embedding handling in TransformerArgsPreprocessor and improve RoPE frequency computation in _precompute_freqs_cis_double_precision for enhanced performance and precision.
2026-01-18 11:13:32 +01:00
upsampler.py
Refactor GroupNorm3d: Optimize data type handling by casting input, weight, and bias to float32 for consistency and performance
2026-01-15 04:46:56 +01:00