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
Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ pip install -U mlx-audio
|
|
| 49 |
|
| 50 |
### CLI Example:
|
| 51 |
```bash
|
| 52 |
-
|
| 53 |
```
|
| 54 |
### Python Example:
|
| 55 |
```python
|
|
|
|
| 49 |
|
| 50 |
### CLI Example:
|
| 51 |
```bash
|
| 52 |
+
python -m mlx_audio.tts.generate --model mlx-community/chatterbox-5bit --text "Hello, this is a test."
|
| 53 |
```
|
| 54 |
### Python Example:
|
| 55 |
```python
|