--- license: apache-2.0 language: - de --- # "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.