From 6bdd81667e341d4ee12ec26bee837ac8f5245e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 26 Apr 2021 19:49:18 +0200 Subject: [PATCH] place holders for sc-glow and hifigan models --- TTS/.models.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/TTS/.models.json b/TTS/.models.json index a0efee1e..d2bed8c1 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -47,6 +47,18 @@ "license": "MPL", "contact":"egolge@coqui.com" } + }, + "vctk":{ + "sc-glow-tts": { + "description": "Multi-Speaker Transformers based SC-Glow model from https://arxiv.org/abs/2104.05557.", + "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.12/tts_models--en--vctk--sc-glowtts-transformer.zip", + "default_vocoder": null, + "commit": "b531fa69", + "author": "Edresson Casanova", + "license": "", + "contact":"" + + } } }, "es":{ @@ -158,6 +170,16 @@ "license": "", "contact": "egolge@coqui.ai" } + }, + "vctk":{ + "hifigan_v2":{ + "description": "Finetuned and intended to be used with tts_models/en/vctk/sc-glow-tts", + "github_rls_url":"https://github.com/coqui-ai/TTS/releases/download/v0.0.12/vocoder_model--en--vctk--hifigan_v2.zip", + "commit": "2f07160", + "author": "Edresson Casanova", + "license": "", + "contact": "" + } } }, "nl":{