Text-to-Speech
Safetensors
Chatterbox
MLX
mlx-audio
speech
speech generation
voice cloning
tts
5-bit
Instructions to use mlx-community/chatterbox-5bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/chatterbox-5bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir chatterbox-5bit mlx-community/chatterbox-5bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
| { | |
| "model_type": "chatterbox", | |
| "multilingual": true, | |
| "precision": "fp16", | |
| "quantization": { | |
| "group_size": 64, | |
| "bits": 5, | |
| "mode": "affine" | |
| }, | |
| "quantization_config": { | |
| "group_size": 64, | |
| "bits": 5, | |
| "mode": "affine" | |
| }, | |
| "version": "1.0", | |
| "vocab_size": 2454 | |
| } |