From 43379eecefc67fe366c3fb7552ee80b8ce6c544e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 9 Mar 2021 14:05:56 +0100 Subject: [PATCH] fix the nl model and add the vocoder --- TTS/.models.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TTS/.models.json b/TTS/.models.json index 6138d28f..f2ad35b0 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -91,6 +91,8 @@ "tacotron2-DDC":{ "model_file": "1cJWpKflkvchVidn0oyUZdv9CPDOUMi_Q", "config_file": "1SY61VgvMNafrb76BgxP-ulsG8rhTE1we", + "author": "@r-dh", + "default_vocoder": "vocoder_models/nl/mai/parallel-wavegan", "stats_file": null, "commit": "540d811" } @@ -141,6 +143,18 @@ "contact":"erengolge@gmail.com" } } + }, + "nl":{ + "mai":{ + "parallel-wavegan":{ + "model_file": "1zYFHElvYW_oTeilvbZVLMLscColWRbck", + "config_file": "1ye9kVDbatAKMncRMui7watrLQ_5DaJ3e", + "author": "@r-dh", + "default_vocoder": "vocoder_models/universal/libri-tts/fullband-melgan", + "stats_file": "1QD40bU_M7CWrj9k0MEACNBRqwqVTSLDc", + "commit": "unknown" + } + } } } }