Instructions to use mlx-community/ltx-2.5-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/ltx-2.5-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir ltx-2.5-mlx mlx-community/ltx-2.5-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "config": { | |
| "_class_name": "LatentUpsampler", | |
| "in_channels": 128, | |
| "mid_channels": 512, | |
| "num_blocks_per_stage": 4, | |
| "dims": 3, | |
| "spatial_upsample": false, | |
| "temporal_upsample": true, | |
| "spatial_scale": 1.0, | |
| "rational_resampler": true | |
| } | |
| } |