Text-to-Speech
Safetensors
MLX
English
mlx-audio
chatterbox_turbo
speech
speech generation
voice cloning
tts
6-bit
Instructions to use mlx-community/chatterbox-turbo-6bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/chatterbox-turbo-6bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir chatterbox-turbo-6bit mlx-community/chatterbox-turbo-6bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
-
-
|
| 7 |
pipeline_tag: text-to-speech
|
| 8 |
library_name: mlx-audio
|
| 9 |
tags:
|
|
@@ -16,14 +16,19 @@ tags:
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# mlx-community/chatterbox-turbo-6bit
|
| 19 |
-
This model was converted to MLX format from [`
|
| 20 |
-
Refer to the [original model card](https://huggingface.co/
|
| 21 |
## Use with mlx
|
| 22 |
|
| 23 |
```bash
|
| 24 |
pip install -U mlx-audio
|
| 25 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
|
|
|
| 27 |
```bash
|
| 28 |
-
|
| 29 |
```
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
+
- ResembleAI/chatterbox-turbo
|
| 7 |
pipeline_tag: text-to-speech
|
| 8 |
library_name: mlx-audio
|
| 9 |
tags:
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# mlx-community/chatterbox-turbo-6bit
|
| 19 |
+
This model was converted to MLX format from [`ResembleAI/chatterbox-turbo`](https://huggingface.co/ResembleAI/chatterbox-turbo) using mlx-audio version **0.2.7**.
|
| 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
|
| 24 |
pip install -U mlx-audio
|
| 25 |
```
|
| 26 |
+
Voice Cloning:
|
| 27 |
+
```bash
|
| 28 |
+
mlx_audio.tts.generate --model mlx-community/chatterbox-turbo-6bit --text "Oh, that's hilarious! [chuckle] Um anyway, we do have a new model in store. It's the SkyNet T-800 series and it's got basically everything. Including AI integration with ChatGPT and all that jazz. Would you like me to get some prices for you?" --ref_audio path_to_file.wav --play
|
| 29 |
+
```
|
| 30 |
|
| 31 |
+
Default Voice:
|
| 32 |
```bash
|
| 33 |
+
mlx_audio.tts.generate --model mlx-community/chatterbox-turbo-6bit --text "Oh, that's hilarious! [chuckle] Um anyway, we do have a new model in store. It's the SkyNet T-800 series and it's got basically everything. Including AI integration with ChatGPT and all that jazz. Would you like me to get some prices for you?" --play
|
| 34 |
```
|