File size: 659 Bytes
b4f2ae4 4dda3a2 b4f2ae4 4dda3a2 ef7bc4d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
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
Thanks to Coqui AI for providing an amazing opensource TTS technology. |