Jason Cameron
|
4a1aec6110
|
Merge pull request #2078 from RequieMa/patch-1
Change from voice_name to name in elevenlabs.py & add random_voice input in GTTS.py
|
2 years ago |
Jason Cameron
|
16418f4f55
|
Merge pull request #2082 from elebumm/dependabot/pip/develop/pillow-10.4.0
Bump pillow from 10.3.0 to 10.4.0
|
2 years ago |
Jason Cameron
|
90d2b32230
|
Merge pull request #2083 from elebumm/dependabot/pip/develop/transformers-4.42.3
Bump transformers from 4.41.2 to 4.42.3
|
2 years ago |
Jason Cameron
|
41492eaa5e
|
Merge pull request #2086 from elebumm/dependabot/pip/develop/yt-dlp-2024.7.2
Bump yt-dlp from 2024.5.27 to 2024.7.2
|
2 years ago |
dependabot[bot]
|
e5ae5f68e2
|
Bump yt-dlp from 2024.5.27 to 2024.7.2
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.5.27 to 2024.7.2.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2024.05.27...2024.07.02)
---
updated-dependencies:
- dependency-name: yt-dlp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
36c3c23ae0
|
Bump transformers from 4.41.2 to 4.42.3
Bumps [transformers](https://github.com/huggingface/transformers) from 4.41.2 to 4.42.3.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.41.2...v4.42.3)
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
def55c183f
|
Bump pillow from 10.3.0 to 10.4.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.3.0...10.4.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
RequieMa
|
484e0d7fb5
|
Add a dummy random_voice variable function run() in GTTS.py
|
2 years ago |
RequieMa
|
0f98d422ae
|
Update elevenlabs.py
Change voice_name to name since it seems that elevenlabs changed the attribute name
|
2 years ago |
Jason Cameron
|
4d1cf64805
|
Merge pull request #2071 from elebumm/dependabot/pip/develop/elevenlabs-1.3.1
Bump elevenlabs from 1.3.0 to 1.3.1
|
2 years ago |
github-actions
|
9ed8c87b88
|
fixup: Format Python code with Black
|
2 years ago |
Jason
|
fc9a166d39
|
CHORE: syntactical changes + some pythonic changes and future improvements
|
2 years ago |
dependabot[bot]
|
4348c54a24
|
Bump elevenlabs from 1.3.0 to 1.3.1
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases)
- [Commits](https://github.com/elevenlabs/elevenlabs-python/compare/v1.3.0...v1.3.1)
---
updated-dependencies:
- dependency-name: elevenlabs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Jason Cameron
|
c68c5808cb
|
Merge pull request #2060 from elebumm/develop
Update 3.3.0
|
2 years ago |
Jason
|
6b474b4b50
|
CHORE: UPDATE VERSION
|
2 years ago |
Jason
|
6318b398d1
|
Fix headless issues.
closes #2024
|
2 years ago |
Jason
|
b4fadbcf21
|
fix isort profile
|
2 years ago |
Jason
|
fd9b0a936a
|
change comment (last push)
|
2 years ago |
github-actions
|
25e7979715
|
fixup: Format Python code with Black
|
2 years ago |
Jason
|
79e1346a06
|
remove an invalid check-only flag
|
2 years ago |
Jason
|
1bf0352e78
|
remove an invalid check-only flag
|
2 years ago |
Jason
|
2113543ad9
|
intentially leave GUI.py unformatted to test GHA
|
2 years ago |
Jason
|
a2b094eadc
|
fix black run cmd
|
2 years ago |
Jason
|
6ade93390c
|
Fix actions + update dockerfile python v
|
2 years ago |
Jason
|
260c05b0d6
|
Update actions
|
2 years ago |
github-actions
|
53db79ab29
|
fixup: Format Python code with Black
|
2 years ago |
Jason
|
c9e3fae93e
|
Merge remote-tracking branch 'origin/develop' into develop
|
2 years ago |
Jason
|
9e60d83580
|
Fmt using black & isort
|
2 years ago |
Jason
|
fe383a794c
|
Possible bug location.
|
2 years ago |
Jason
|
59c7700715
|
Updated deps
|
2 years ago |
Jason
|
adf1e78413
|
Update elevenlabs to 1.0
|
2 years ago |
github-actions
|
953be5a36b
|
fixup: Format Python code with Black
|
2 years ago |
Jason
|
a4f0022a5a
|
Fix: AttributeError: 'FreeTypeFont' object has no attribute 'getsize'
|
2 years ago |
Jason
|
901ad75e0b
|
Fixed installation error by specifying non 2.0 numpy + incorrect dunder all
|
2 years ago |
Jason
|
5d2b6e0b29
|
CHORE: removed some unused comments
+ Shameless plugging.
|
2 years ago |
Cyteon
|
c922ebcf1e
|
changed copyright to credit
|
2 years ago |
github-actions
|
31312a30d4
|
fixup: Format Python code with Black
|
2 years ago |
Cyteon
|
5fa7b112be
|
Merge pull request #2051 from Cyteon/fancy-title-screen
Adds Fancy title screen
|
2 years ago |
Cyteon
|
128953c69a
|
fix invite link, and add myself as maintainer
|
2 years ago |
cyteon
|
0522d195da
|
some fixes
|
2 years ago |
Cyteon
|
b67d81a21f
|
Merge branch 'develop' into fancy-title-screen
|
2 years ago |
cyteon
|
209630832d
|
fancy title screen
|
2 years ago |
Simon
|
b9ca66b6f8
|
Merge pull request #2042 from elebumm/dependabot/pip/develop/transformers-4.40.2
Bump transformers from 4.39.3 to 4.40.2
|
2 years ago |
dependabot[bot]
|
133e400686
|
Bump transformers from 4.39.3 to 4.40.2
Bumps [transformers](https://github.com/huggingface/transformers) from 4.39.3 to 4.40.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.39.3...v4.40.2)
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Simon
|
e64c463ead
|
Merge pull request #2032 from elebumm/dependabot/pip/develop/torch-2.3.0
Bump torch from 2.2.2 to 2.3.0
|
2 years ago |
Cyteon
|
64f2322ba0
|
Git merge conflict was not actually resolved
|
2 years ago |
cyteon
|
bc0abb6136
|
Merge conflict fix
|
2 years ago |
Kristian
|
903081fca3
|
Revert "meme support"
This reverts commit b508f2af73.
|
2 years ago |
Kristian
|
d42ff50a35
|
meme support
|
2 years ago |
dependabot[bot]
|
cdf8ad264a
|
Bump transformers from 4.37.1 to 4.37.2
Bumps [transformers](https://github.com/huggingface/transformers) from 4.37.1 to 4.37.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.37.1...v4.37.2)
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |