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
b07b1e3213bbf954f1a1774ca7573aeeb5dce845
mlx-video
/
mlx_video
/
models
/
ltx
/
video_vae
History
Prince Canuma
207c223354
Add LTX-2.3 model architecture with prompt-conditioned adaptive layer normalization (adaln) support. Introduce gating mechanisms in attention modules and update transformer configurations to accommodate new parameters. Refactor video and audio processing to utilize adaptive normalization, improving model flexibility and performance. Update weight loading and initialization logic to support dynamic block structures in the decoder.
2026-03-10 16:47:36 +01:00
..
__init__.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
convolution.py
initial commit (LTX-2)
2026-01-11 23:48:33 +01:00
decoder.py
Add LTX-2.3 model architecture with prompt-conditioned adaptive layer normalization (adaln) support. Introduce gating mechanisms in attention modules and update transformer configurations to accommodate new parameters. Refactor video and audio processing to utilize adaptive normalization, improving model flexibility and performance. Update weight loading and initialization logic to support dynamic block structures in the decoder.
2026-03-10 16:47:36 +01:00
encoder.py
Refactor weight loading and sanitization processes for audio models
2026-01-23 17:31:25 +01:00
ops.py
Enhance precision in denormalization and normalization processes
2026-01-17 01:14:29 +01:00
resnet.py
Add image-to-video (I2V) conditioning support
2026-01-17 00:19:52 +01:00
sampling.py
Add streaming support to video generation
2026-01-17 23:17:08 +01:00
tiling.py
Enhance video generation with progress bar for streaming and remove debug prints from tiling decoder
2026-01-17 23:53:53 +01:00
video_vae.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