Instructions to use litmudoc/Chatterbox-Multilingual-MLX-v2-Q8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use litmudoc/Chatterbox-Multilingual-MLX-v2-Q8 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Chatterbox-Multilingual-MLX-v2-Q8 litmudoc/Chatterbox-Multilingual-MLX-v2-Q8
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,8 @@ pip install -U git+https://github.com/litmudoc/mlx-audio.git@main mlx-audio
|
|
| 22 |
### Command line
|
| 23 |
|
| 24 |
```bash
|
|
|
|
|
|
|
| 25 |
mlx_audio.tts.generate \
|
| 26 |
--model litmudoc/Chatterbox-Multilingual-MLX-v2-Q8 \
|
| 27 |
--text ", μ§λλ¬ μ°λ¦¬λ μ νλΈ μ±λμμ μ΄μμ΅ μ‘°νμλΌλ μλ‘μ΄ μ΄μ νμ λλ¬νμ΅λλ€." \
|
|
|
|
| 22 |
### Command line
|
| 23 |
|
| 24 |
```bash
|
| 25 |
+
curl -L -o ko.wav https://huggingface.co/litmudoc/Chatterbox-Multilingual-MLX-v2-Q8/blob/main/ko.wav
|
| 26 |
+
|
| 27 |
mlx_audio.tts.generate \
|
| 28 |
--model litmudoc/Chatterbox-Multilingual-MLX-v2-Q8 \
|
| 29 |
--text ", μ§λλ¬ μ°λ¦¬λ μ νλΈ μ±λμμ μ΄μμ΅ μ‘°νμλΌλ μλ‘μ΄ μ΄μ νμ λλ¬νμ΅λλ€." \
|