From cf765cb3f2c4b29f8c91eb5eda52ba2203a09eb3 Mon Sep 17 00:00:00 2001 From: Eren G??lge Date: Mon, 26 Dec 2022 14:29:10 +0100 Subject: [PATCH] Add ca and fa models --- TTS/.models.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/TTS/.models.json b/TTS/.models.json index 069de683..52cdf795 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -617,6 +617,30 @@ "license": "bsd-3-clause" } } + }, + "ca": { + "custom": { + "vits":{ + "github_rls_url": "https://coqui.gateway.scarf.sh/v0.10.1_models/tts_models--ca--custom--vits.zip", + "default_vocoder": null, + "commit": null, + "description": " It is trained from zero with 101460 utterances consisting of 257 speakers, approx 138 hours of speech. We used three datasets;\nFestcat and Google Catalan TTS (both TTS datasets) and also a part of Common Voice 8. It is trained with TTS v0.8.0.\nhttps://github.com/coqui-ai/TTS/discussions/930#discussioncomment-4466345", + "author": "@gullabi", + "license": "CC-BY-4.0" + } + } + }, + "fa":{ + "custom":{ + "glow-tts": { + "github_rls_url": "https://coqui.gateway.scarf.sh/v0.10.1_models/tts_models--fa--custom--glow-tts.zip", + "default_vocoder": null, + "commit": null, + "description": "persian-tts-female-glow_tts model for text to speech purposes. Single-speaker female voice Trained on persian-tts-dataset-famale. \nThis model has no compatible vocoder thus the output quality is not very good. \nDataset: https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset-famale.", + "author": "@karim23657", + "license": "CC-BY-4.0" + } + } } }, "vocoder_models": {