Instructions to use jerichosiahaya/vits-tts-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jerichosiahaya/vits-tts-id with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="jerichosiahaya/vits-tts-id")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jerichosiahaya/vits-tts-id", dtype="auto") - Notebooks
- Google Colab
- Kaggle
This is Indonesian TTS trained using VITS model on LJSpeech datasets
- Downloads last month
- 584