Downloads · 30 days
41
9% of all-time downloads
Thorsten-Voice/VITS
VITS is a machine learning model from Thorsten-Voice. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for transformers. The card lists the license as apache-2.0.
Dieses TTS-Modell (VITS) wurde auf Basis von Coqui TTS trainiert.
Downloads · 30 days
41
9% of all-time downloads
All-time downloads
453
Public
Repo size
334 MB
Likes
2
Public
Click a slice to open those files.
.pth333 MB · 99%
From the Hugging Face model README
Dieses TTS-Modell (VITS) wurde auf Basis von Coqui TTS trainiert.
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.