Instructions to use myshell-ai/MeloTTS-Korean with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use myshell-ai/MeloTTS-Korean with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="myshell-ai/MeloTTS-Korean")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("myshell-ai/MeloTTS-Korean", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Missing vocoder.pth file for inference with MeloTTS-Korean
1
#2 opened about 1 year ago
by
sujin-10
Add new speakers
#1 opened about 1 year ago
by
youngandbin