Text-to-Speech
Safetensors
MLX
English
mlx-audio
chatterbox_turbo
speech
speech generation
voice cloning
tts
4-bit precision
Instructions to use theoracleguy/chatterbox-turbo-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use theoracleguy/chatterbox-turbo-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir chatterbox-turbo-4bit theoracleguy/chatterbox-turbo-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,16 @@ tags:
|
|
| 18 |
# theoracleguy/chatterbox-turbo-4bit
|
| 19 |
This model was converted to MLX format from [`ResembleAI/chatterbox-turbo`](https://huggingface.co/ResembleAI/chatterbox-turbo) using mlx-audio version **0.2.8**.
|
| 20 |
Refer to the [original model card](https://huggingface.co/ResembleAI/chatterbox-turbo) for more details on the model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Use with mlx
|
| 22 |
|
| 23 |
```bash
|
|
|
|
| 18 |
# theoracleguy/chatterbox-turbo-4bit
|
| 19 |
This model was converted to MLX format from [`ResembleAI/chatterbox-turbo`](https://huggingface.co/ResembleAI/chatterbox-turbo) using mlx-audio version **0.2.8**.
|
| 20 |
Refer to the [original model card](https://huggingface.co/ResembleAI/chatterbox-turbo) for more details on the model.
|
| 21 |
+
|
| 22 |
+
## Use with [OpenVox](https://openvoxai.com/)
|
| 23 |
+
|
| 24 |
+
This model can also be used with [OpenVox](https://openvoxai.com/), a desktop application for running compatible AI voice and text-to-speech models locally through a graphical interface.
|
| 25 |
+
|
| 26 |
+
After the required model files are downloaded, compatible workflows can run locally and can also be accessed through OpenVox API and MCP integrations.
|
| 27 |
+
|
| 28 |
+
> Available features depend on the capabilities of the selected model. OpenVox is a third-party application and is not affiliated with or endorsed by the original model authors or maintainers.
|
| 29 |
+
|
| 30 |
+
|
| 31 |
## Use with mlx
|
| 32 |
|
| 33 |
```bash
|