Instructions to use SceneWorks/ltx-2.3-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use SceneWorks/ltx-2.3-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir ltx-2.3-mlx SceneWorks/ltx-2.3-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 435 Bytes
ae2321a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"format": "split",
"model_version": "2.3.0",
"components": [
"transformer",
"connector",
"vae_decoder",
"vae_encoder",
"audio_vae",
"vocoder",
"upsampler",
"spatial_upscaler_x2_v1_1",
"spatial_upscaler_x1_5_v1_0",
"temporal_upscaler_x2_v1_0"
],
"source": "Lightricks/LTX-2.3",
"variant": "distilled",
"quantized": true,
"quantization_bits": 4,
"quantization_group_size": 64
} |