From 06b2552e348bd0efa639c56502b4966d33931e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 6 Apr 2021 14:33:06 +0200 Subject: [PATCH 1/6] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 16111973f3..c61ec0197b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: 🐛 Bug report about: Create a bug report to help 🐸 improve -title: 'Bug: ' +title: '[Bug] ' labels: bug assignees: '' From 4a3cc8d0428a24cc3c3970ded8969b6ec43aa259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 6 Apr 2021 14:33:38 +0200 Subject: [PATCH 2/6] [ci skip] --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5ebb5fcbca..d49aa70749 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: 🚀 Feature request about: Suggest a feature or an idea for this project -title: 'Feature request: ' +title: '[Feature request] ' labels: feature request assignees: '' From 0945f8e8aff3872b9e5c6cd8cedb7c36df896624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 8 Apr 2021 15:09:25 +0200 Subject: [PATCH 3/6] Update README.md Add zenodo DOI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c6e3b89cc..502d767849 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ [![Covenant](https://camo.githubusercontent.com/7d620efaa3eac1c5b060ece5d6aacfcc8b81a74a04d05cd0398689c01c4463bb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e7472696275746f72253230436f76656e616e742d76322e3025323061646f707465642d6666363962342e737667)](https://github.com/coqui-ai/TTS/blob/master/CODE_OF_CONDUCT.md) [![Downloads](https://pepy.tech/badge/tts)](https://pepy.tech/project/tts) [![Gitter](https://badges.gitter.im/coqui-ai/TTS.svg)](https://gitter.im/coqui-ai/TTS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![DOI](https://zenodo.org/badge/265612440.svg)](https://zenodo.org/badge/latestdoi/265612440) + 📰 [**Subscribe to 🐸Coqui.ai Newsletter**](https://coqui.ai/?subscription=true) From 4450c9bf5f3fc140a45a0e712bf85f308c82408c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 15 Apr 2021 16:37:37 +0200 Subject: [PATCH 4/6] [ci skip]update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68337644b2..338c546a4a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ) -version = '0.0.11' +version = '0.0.12' cwd = os.path.dirname(os.path.abspath(__file__)) class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors From a53958ae3ae77e6692008202cdeb6d469737b75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 15 Apr 2021 17:05:00 +0200 Subject: [PATCH 5/6] fix urls for the new models --- TTS/.models.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TTS/.models.json b/TTS/.models.json index 33dd162a6a..a0efee1ec5 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -12,7 +12,7 @@ "ljspeech":{ "tacotron2-DDC": { "description": "Tacotron2 with Double Decoder Consistency.", - "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/untagged-f1622e6df45e9f07b766/tts_models--en--ljspeech--tacotron2-DDC.zip", + "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.12/tts_models--en--ljspeech--tacotron2-DDC.zip", "default_vocoder": "vocoder_models/en/ljspeech/hifigan_v2", "commit": "bae2ad0f", "author": "Eren Gölge @erogol", @@ -152,7 +152,7 @@ }, "hifigan_v2":{ "description": "HiFiGAN_v2 LJSpeech vocoder from https://arxiv.org/abs/2010.05646.", - "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/untagged-fb45647fd183a241dda1/vocoder_model--en--ljspeech-hifigan_v2.zip", + "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.12/vocoder_model--en--ljspeech-hifigan_v2.zip", "commit": "bae2ad0f", "author": "@erogol", "license": "", From 97f98e4c4584ef14ed2f4885aa02c162d9364a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 16 Apr 2021 09:26:36 +0200 Subject: [PATCH 6/6] server: also listen to ipv6 The [::] address will listen to both ipv4/ipv6 addresses. --- TTS/server/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/server/server.py b/TTS/server/server.py index 9e533dc6f5..2372a57a5f 100644 --- a/TTS/server/server.py +++ b/TTS/server/server.py @@ -117,7 +117,7 @@ def tts(): def main(): - app.run(debug=args.debug, host="0.0.0.0", port=args.port) + app.run(debug=args.debug, host="::", port=args.port) if __name__ == "__main__":