Image-to-Video
Safetensors
MLX
mlx-video
text-to-video
video-to-video
image-text-to-video
audio-to-video
text-to-audio
video-to-audio
audio-to-audio
text-to-audio-video
image-to-audio-video
image-text-to-audio-video
ltx-2
ltx-video
ltxv
lightricks
Instructions to use mlx-community/LTX-2-dev-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/LTX-2-dev-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir LTX-2-dev-bf16 mlx-community/LTX-2-dev-bf16
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "cache_implementation": "hybrid", | |
| "do_sample": true, | |
| "eos_token_id": [ | |
| 1, | |
| 106 | |
| ], | |
| "top_k": 64, | |
| "top_p": 0.95, | |
| "transformers_version": "4.57.3" | |
| } | |