Instructions to use FrankDase/LTX-2.3-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use FrankDase/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 FrankDase/LTX-2.3-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "ch": 128, | |
| "ch_mult": [ | |
| 1, | |
| 2, | |
| 4 | |
| ], | |
| "dropout": 0.0, | |
| "num_res_blocks": 2, | |
| "out_ch": 2, | |
| "resolution": 256, | |
| "timestep_conditioning": false, | |
| "z_channels": 8 | |
| } | |