Skip to content

Commit

Permalink
v0.7.1 (#1676)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
erogol and WeberJulian authored Jun 21, 2022
1 parent c7cca41 commit 829e2c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions TTS/.models.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
2 changes: 0 additions & 2 deletions TTS/utils/synthesizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ def __init__(
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):
Expand Down

0 comments on commit 829e2c2

Please sign in to comment.