Instructions to use mlx-community/Chatterbox-TTS-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Chatterbox-TTS-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Chatterbox-TTS-4bit mlx-community/Chatterbox-TTS-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "model_type": "chatterbox", | |
| "version": "1.0", | |
| "quantization": { | |
| "bits": 4, | |
| "group_size": 64, | |
| "quantized_components": [ | |
| "t3.tfmr.model.layers" | |
| ] | |
| } | |
| } |