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
d028b239fb2f75fde955ae4c214b2857b40e80e3
mlx-video
/
mlx_video
/
models
/
ltx
/
video_vae
History
Prince Canuma
cb2d19c84d
fix loading
2026-01-24 01:37:38 +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
fix loading
2026-01-24 01:37:38 +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