From 30c72e0d05dc008763e5ef8da7b08c5d5f6817b8 Mon Sep 17 00:00:00 2001 From: WeberJulian Date: Tue, 21 Jun 2022 11:39:49 +0200 Subject: [PATCH] Add Thorsten VITS model (#1675) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Eren Gölge --- TTS/.models.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TTS/.models.json b/TTS/.models.json index 660d479c..93d9f417 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -208,6 +208,13 @@ "author": "@thorstenMueller", "license": "apache 2.0", "commit": "unknown" + }, + "vits": { + "github_rls_url": "https://coqui.gateway.scarf.sh/v0.7.0_models/tts_models--de--thorsten--vits.zip", + "default_vocoder": null, + "author": "@thorstenMueller", + "license": "apache 2.0", + "commit": "unknown" } } },