mirror of https://github.com/coqui-ai/TTS.git
v0.7.1 (#1676)
* 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:
parent
c7cca4135d
commit
829e2c24f9
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue