Text-to-Speech
Safetensors
Chatterbox
MLX
mlx-audio
speech
speech generation
voice cloning
tts
6-bit
Instructions to use mlx-community/chatterbox-6bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/chatterbox-6bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir chatterbox-6bit mlx-community/chatterbox-6bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 336 Bytes
db087ba bf2c7f6 db087ba bf2c7f6 db087ba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"model_type": "chatterbox",
"multilingual": true,
"precision": "fp16",
"quantization": {
"group_size": 64,
"bits": 6,
"mode": "affine"
},
"quantization_config": {
"group_size": 64,
"bits": 6,
"mode": "affine"
},
"version": "1.0",
"vocab_size": 2454
} |