File size: 486 Bytes
32b9448
 
54f782a
 
32b9448
54f782a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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.