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