Instructions to use Thorsten-Voice/VITS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Thorsten-Voice/VITS with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Thorsten-Voice/VITS", dtype="auto") - Notebooks
- Google Colab
- Kaggle
"Thorsten-Voice" TTS Modell (neutral) - VITS
Dieses TTS-Modell (VITS) wurde auf Basis von Coqui TTS trainiert.
Dateien
TTS Modell & Vocoder "all in one"
- config.json
- model_file.pth
Nutzung
Das Coqui TTS Paket installieren.
pip install tts -U
Dann den lokalen TTS-Server Prozess starten:
tts-server --model_path model_file.pth --config_path config.json
Thanks to Coqui AI for providing an amazing opensource TTS technology.
- Downloads last month
- 9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Thorsten-Voice/VITS", dtype="auto")