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
File size: 216 Bytes
6a7a8da | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"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
}
|