From 9b7b4c6836dfbb659f440f9e082991dbb909bd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20M=C3=BCller?= Date: Tue, 23 Aug 2022 19:03:47 +0200 Subject: [PATCH] Added new released Tacotron2 DDC model to README tts-server --model_name tts_models/de/thorsten/tacotron2-DDC --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 171044d..110a99e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - [**Thorsten** TTS-Models](#tts-models) - [Thorsten-21.04-Tacotron2-DCA](#thorsten-2104-tacotron2-dca) - [Thorsten-22.05-VITS](#thorsten-2205-vits) - - [Thorsten-22.05-Tacotron2-DDC](#thorsten-2205-tacotron2-ddc) + - [Thorsten-22.08-Tacotron2-DDC](#thorsten-2208-tacotron2-ddc) - [Other models](#other-models) - [Public talks](#public-talks) @@ -156,11 +156,14 @@ To run TTS server just follow these steps: * tts-server --model_name tts_models/de/thorsten/vits * Open browser on http://localhost:5002 and enjoy playing -## Thorsten-22.05-Tacotron2-DDC +## Thorsten-22.08-Tacotron2-DDC Trained on dataset [**Thorsten-22.05-neutral**](#thorsten-2205-neutral). -> :speaking_head: **Listen to synthesized samples [here](https://drive.google.com/drive/folders/1cZlLYkLWKtF0cZQ74Pef8fJ8fiG1G7du?usp=sharing).** +Audio samples are available on [Thorsten-Voice website]([https://www.thorsten-voice.de/en/just-get-started/](https://www.thorsten-voice.de/2022/08/14/welches-tts-modell-klingt-besser/)). -Soon to come. +To run TTS server just follow these steps: +* pip install tts==0.8.0 +* tts-server --model_name tts_models/de/thorsten/tacotron2-DDC +* Open browser on http://localhost:5002 and enjoy playing ## Other models