Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# mlx-community/Chatterbox-TTS-fp16
|
| 2 |
|
| 3 |
This model was converted to MLX format from [ResembleAI/chatterbox](https://huggingface.co/ResembleAI/chatterbox) using mlx-audio version **0.2.6**.
|
| 4 |
|
|
|
|
|
|
|
| 5 |
## Use with mlx-audio
|
| 6 |
|
| 7 |
```bash
|
|
@@ -11,7 +23,7 @@ pip install -U mlx-audio
|
|
| 11 |
### Command line
|
| 12 |
|
| 13 |
```bash
|
| 14 |
-
mlx_audio.tts --model mlx-community/Chatterbox-TTS-fp16 --text "Hello, this is Chatterbox on MLX!" --
|
| 15 |
```
|
| 16 |
|
| 17 |
### Python
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: mlx-audio
|
| 3 |
+
base_model:
|
| 4 |
+
- ResembleAI/chatterbox
|
| 5 |
+
- FunAudioLLM/CosyVoice2-0.5B
|
| 6 |
+
tags:
|
| 7 |
+
- mlx
|
| 8 |
+
pipeline_tag: text-to-speech
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# mlx-community/Chatterbox-TTS-fp16
|
| 12 |
|
| 13 |
This model was converted to MLX format from [ResembleAI/chatterbox](https://huggingface.co/ResembleAI/chatterbox) using mlx-audio version **0.2.6**.
|
| 14 |
|
| 15 |
+
The S3Tokenizer weights are from [FunAudioLLM/CosyVoice2-0.5B](https://huggingface.co/FunAudioLLM/CosyVoice2-0.5B).
|
| 16 |
+
|
| 17 |
## Use with mlx-audio
|
| 18 |
|
| 19 |
```bash
|
|
|
|
| 23 |
### Command line
|
| 24 |
|
| 25 |
```bash
|
| 26 |
+
mlx_audio.tts --model mlx-community/Chatterbox-TTS-fp16 --text "Hello, this is Chatterbox on MLX!" --ref_audio reference.wav --ref_text "."
|
| 27 |
```
|
| 28 |
|
| 29 |
### Python
|