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
cae11291a9f86625a812e1684cd0dbbcaf3d8caf
mlx-video
/
mlx_video
History
Prince Canuma
cae11291a9
Remove the audio-video generation pipeline from generate_av.py and integrate audio capabilities into generate.py. This includes adding audio position grid creation, audio frame computation, and updating the denoising function to handle audio latents. Enhance the command-line interface to support audio generation options and update the model configuration accordingly.
2026-01-19 01:28:53 +01:00
..
conditioning
ensure dtype cast
2026-01-17 13:03:48 +01:00
models
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
__init__.py
setup
2026-01-12 16:17:45 +01:00
convert.py
Add image-to-video (I2V) conditioning support
2026-01-17 00:19:52 +01:00
generate_dev.py
Update audio decoder configuration to use an empty set for attention resolutions in both generate_av.py and generate_dev.py. Add a print statement for loading audio VAE decoder weights in generate_dev.py.
2026-01-18 21:55:38 +01:00
generate.py
Remove the audio-video generation pipeline from generate_av.py and integrate audio capabilities into generate.py. This includes adding audio position grid creation, audio frame computation, and updating the denoising function to handle audio latents. Enhance the command-line interface to support audio generation options and update the model configuration accordingly.
2026-01-19 01:28:53 +01:00
postprocess.py
initial commit (LTX-2)
2026-01-11 23:48:33 +01:00
text_projection.py
- Refactor video generation script
2026-01-12 14:04:53 +01:00
utils.py
Cast dtype to bf16 in video and audio generation processes
2026-01-17 17:20:22 +01:00
version.py
setup
2026-01-12 16:17:45 +01:00