Tacotron2-DDC / README.md
Thorsten-Voice's picture
Update README.md
4dda3a2
|
raw
history blame
588 Bytes
---
license: apache-2.0
language:
- de
---
# "Thorsten-Voice" TTS Modell (neutral) - Tacotron2 DDC
Dieses Modell wurde auf Basis von Coqui TTS trainiert.
# Dateien
## TTS Modell
* tts-config.json
* tts-config.json
## Vocoder Modell (HifiGAN v1)
* scale_stats.npy
* vocoder-config.json
* vocoder-model_file.pth.tar
# Nutzung
Das Coqui TTS Paket installieren.
> pip install tts -U
Dann den lokalen TTS-Server Prozess starten:
> tts-server --model_path tts-model_file.pth --config_path tts-config.json --vocoder_path vocoder-model_file.pth.tar --vocoder_config_path vocoder-config.json