Instructions to use mlx-community/MeloTTS-English-v3-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/MeloTTS-English-v3-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MeloTTS-English-v3-MLX mlx-community/MeloTTS-English-v3-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language: [en]
|
| 4 |
+
library_name: mlx-audio
|
| 5 |
+
tags: [mlx, text-to-speech, tts, vits, melotts]
|
| 6 |
+
base_model: myshell-ai/MeloTTS-English-v3
|
| 7 |
+
pipeline_tag: text-to-speech
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# MeloTTS-English-v3-MLX
|
| 11 |
+
|
| 12 |
+
MLX port of [myshell-ai/MeloTTS-English-v3](https://huggingface.co/myshell-ai/MeloTTS-English-v3).
|
| 13 |
+
|
| 14 |
+
Speaker: EN-Newest (single voice, v3 quality).
|
| 15 |
+
|
| 16 |
+
See [mlx-community/MeloTTS-English-MLX](https://huggingface.co/mlx-community/MeloTTS-English-MLX) for usage instructions.
|