* Add Thorsten VITS model (#1675)

Co-authored-by: Eren Gölge <egolge@coqui.ai>

* Remove GL message

Co-authored-by: WeberJulian <julian.weber@hotmail.fr>
This commit is contained in:
Eren Gölge 2022-06-21 14:11:39 +02:00 committed by GitHub
parent c7cca4135d
commit 829e2c24f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -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"
}
}
},

View File

@ -78,8 +78,6 @@ class Synthesizer(object):
if vocoder_checkpoint:
self._load_vocoder(vocoder_checkpoint, vocoder_config, use_cuda)
self.output_sample_rate = self.vocoder_config.audio["sample_rate"]
else:
print(" > Using Griffin-Lim as no vocoder model defined")
@staticmethod
def _get_segmenter(lang: str):