generated from NeonGeckoCom/template-tts-plugin
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Changelog ## [0.7.3a7](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/tree/0.7.3a7) (2024-02-23) [Full Changelog](0.7.3a6...0.7.3a7) **Merged pull requests:** - Update Gradio Web UI [\#114](#114) ([NeonDaniel](https://github.com/NeonDaniel)) ## [0.7.3a6](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/tree/0.7.3a6) (2024-02-23) [Full Changelog](0.7.3a5...0.7.3a6) **Merged pull requests:** - Pin ovos-tts-server version for stable container release [\#113](#113) ([NeonDaniel](https://github.com/NeonDaniel)) ## [0.7.3a5](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/tree/0.7.3a5) (2024-02-23) [Full Changelog](0.7.2...0.7.3a5) **Implemented enhancements:** - \[FEAT\] Python3.11-Compatible PyTorch [\#109](#109) **Fixed bugs:** - \[BUG\] I get error message "KeyError: 'en-us'" when I use "CoquiTTS\(\)" [\#99](#99) - Torch Compatibility [\#82](#82) **Closed issues:** - Tried to install Neon tts on Windows 11 using docker commands in PowerShell [\#105](#105) - "TypeError: NoneType object is not callable" when starting ovos-tts-server [\#88](#88) **Merged pull requests:** - Update automation to publish GH prereleases [\#112](#112) ([NeonDaniel](https://github.com/NeonDaniel)) - Fix relative paths in setup.py [\#111](#111) ([NeonDaniel](https://github.com/NeonDaniel)) - Loosen dependency for Python 3.11 Compat. [\#110](#110) ([NeonDaniel](https://github.com/NeonDaniel)) - Handle connection errors and fall back to local cached model files [\#108](#108) ([NeonDaniel](https://github.com/NeonDaniel)) - Update release automation to new workflow [\#104](#104) ([NeonDaniel](https://github.com/NeonDaniel)) - Update Docker to include Gradio web UI [\#102](#102) ([NeonDaniel](https://github.com/NeonDaniel)) \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
- Loading branch information
Showing
13 changed files
with
138 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.env | ||
.git | ||
.git | ||
Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Propose Stable Release | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
release_type: | ||
type: choice | ||
description: Release Type | ||
options: | ||
- patch | ||
- minor | ||
- major | ||
jobs: | ||
update_version: | ||
uses: neongeckocom/.github/.github/workflows/propose_semver_release.yml@master | ||
with: | ||
branch: dev | ||
release_type: ${{ inputs.release_type }} | ||
update_changelog: True | ||
pull_changes: | ||
uses: neongeckocom/.github/.github/workflows/pull_master.yml@master | ||
needs: update_version | ||
with: | ||
pr_reviewer: neonreviewers | ||
pr_assignee: ${{ github.actor }} | ||
pr_draft: false | ||
pr_title: ${{ needs.update_version.outputs.version }} | ||
pr_body: ${{ needs.update_version.outputs.changelog }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Changelog | ||
|
||
## [0.7.3a7](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/tree/0.7.3a7) (2024-02-23) | ||
|
||
[Full Changelog](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/compare/0.7.3a6...0.7.3a7) | ||
|
||
**Merged pull requests:** | ||
|
||
- Update Gradio Web UI [\#114](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/pull/114) ([NeonDaniel](https://github.com/NeonDaniel)) | ||
|
||
## [0.7.3a6](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/tree/0.7.3a6) (2024-02-23) | ||
|
||
[Full Changelog](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/compare/0.7.3a5...0.7.3a6) | ||
|
||
**Merged pull requests:** | ||
|
||
- Pin ovos-tts-server version for stable container release [\#113](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/pull/113) ([NeonDaniel](https://github.com/NeonDaniel)) | ||
|
||
## [0.7.3a5](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/tree/0.7.3a5) (2024-02-23) | ||
|
||
[Full Changelog](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/compare/0.7.2...0.7.3a5) | ||
|
||
**Implemented enhancements:** | ||
|
||
- \[FEAT\] Python3.11-Compatible PyTorch [\#109](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/issues/109) | ||
|
||
**Fixed bugs:** | ||
|
||
- \[BUG\] I get error message "KeyError: 'en-us'" when I use "CoquiTTS\(\)" [\#99](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/issues/99) | ||
- Torch Compatibility [\#82](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/issues/82) | ||
|
||
**Closed issues:** | ||
|
||
- Tried to install Neon tts on Windows 11 using docker commands in PowerShell [\#105](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/issues/105) | ||
- "TypeError: NoneType object is not callable" when starting ovos-tts-server [\#88](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/issues/88) | ||
|
||
**Merged pull requests:** | ||
|
||
- Update automation to publish GH prereleases [\#112](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/pull/112) ([NeonDaniel](https://github.com/NeonDaniel)) | ||
- Fix relative paths in setup.py [\#111](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/pull/111) ([NeonDaniel](https://github.com/NeonDaniel)) | ||
- Loosen dependency for Python 3.11 Compat. [\#110](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/pull/110) ([NeonDaniel](https://github.com/NeonDaniel)) | ||
- Handle connection errors and fall back to local cached model files [\#108](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/pull/108) ([NeonDaniel](https://github.com/NeonDaniel)) | ||
- Update release automation to new workflow [\#104](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/pull/104) ([NeonDaniel](https://github.com/NeonDaniel)) | ||
- Update Docker to include Gradio web UI [\#102](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/pull/102) ([NeonDaniel](https://github.com/NeonDaniel)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
FROM python:3.9-slim-bullseye AS compile-image | ||
|
||
RUN apt-get update -y && apt-get install -y python3-pip git | ||
|
||
RUN pip3 install --user torch --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu | ||
FROM python:3.9-slim AS compile-image | ||
|
||
COPY . /tmp/neon-tts-plugin-coqui | ||
RUN pip3 install --user /tmp/neon-tts-plugin-coqui --no-cache-dir | ||
|
||
RUN pip3 install --user git+https://github.com/OpenVoiceOS/ovos-tts-server@b9ee84c48ab6ab5655fffa032359752ab10d2c9d | ||
RUN pip install wheel && \ | ||
pip install --user --no-cache-dir \ | ||
/tmp/neon-tts-plugin-coqui/[docker] --extra-index-url https://download.pytorch.org/whl/cpu | ||
|
||
FROM python:3.9-slim-bullseye AS build-image | ||
|
||
RUN apt-get update -y && apt-get install -y --no-install-recommends espeak-ng | ||
# Copy built packages to a clean image to exclude build-time extras from final image | ||
FROM python:3.9-slim AS build-image | ||
COPY --from=compile-image /root/.local /root/.local | ||
ENV PATH=/root/.local/bin:$PATH | ||
|
||
ENTRYPOINT ovos-tts-server --engine coqui | ||
RUN apt-get update && \ | ||
apt-get install -y --no-install-recommends \ | ||
espeak-ng | ||
|
||
ENTRYPOINT ovos-tts-server --engine coqui --gradio \ | ||
--title "🐸💬 - Neon AI Coqui AI TTS Plugin" \ | ||
--description "🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production" \ | ||
--info "more info at [Neon Coqui TTS Plugin](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui), [Coqui TTS](https://github.com/coqui-ai/TTS)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ovos-tts-server==0.0.3a10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# TTS | ||
numpy>=1.19.5 | ||
torch~=1.9,!=1.13.0 | ||
torch>=1.9.0,<3.0.0,!=1.13.0 | ||
# dependencies | ||
ovos-plugin-manager~=0.0.2 | ||
ovos-plugin-manager~=0.0.23 | ||
ovos-utils~=0.0.32 | ||
psutil | ||
# huggingface | ||
huggingface-hub | ||
huggingface-hub |
Oops, something went wrong.