From e5430a6519ca1ce6a93170e356bde81fa52147dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 22 Aug 2022 11:27:39 +0200 Subject: [PATCH] Add new DE Thorsten models (#1898) - Tacotron2-DDC - HifiGAN vocoder --- TTS/.models.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TTS/.models.json b/TTS/.models.json index 93d9f417..e12e7a0b 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -215,6 +215,14 @@ "author": "@thorstenMueller", "license": "apache 2.0", "commit": "unknown" + }, + "tacotron2-DDC": { + "github_rls_url": "https://coqui.gateway.scarf.sh/v0.8.0_models/tts_models--de--thorsten--tacotron2-DDC.zip", + "default_vocoder": "vocoder_models/de/thorsten/hifigan_v1", + "description": "Thorsten-Dec2021-22k-DDC", + "author": "@thorstenMueller", + "license": "apache 2.0", + "commit": "unknown" } } }, @@ -460,6 +468,13 @@ "author": "@thorstenMueller", "license": "apache 2.0", "commit": "unknown" + }, + "hifigan_v1": { + "github_rls_url": "https://coqui.gateway.scarf.sh/v0.8.0_models/vocoder_models--de--thorsten--hifigan_v1.zip", + "description": "HifiGAN vocoder model for Thorsten Neutral Dec2021 22k Samplerate Tacotron2 DDC model", + "author": "@thorstenMueller", + "license": "apache 2.0", + "commit": "unknown" } } },