JT
35dbd59c7f
integration and bugfixes after testing elevenlabs API calls
3 months ago
JT
84eea1fd73
Updated runtime validation and voice fetching logic, v2 models used, new api methods
3 months ago
JT
6f8c52efe8
dynamic elevenlabs voice fetching in setup after api key provided
3 months ago
JT
c353b8b5cb
Modified to remove hardcoded voice list, api key requested first
3 months ago
JT
f2f81e93b2
chore: update elevlenlabs for feature
3 months ago
dependabot[bot]
37a184bdaf
Bump moviepy from 2.1.2 to 2.2.1 ( #2314 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
dependabot[bot]
3f5297b32a
Bump flask from 3.1.0 to 3.1.1 ( #2301 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
dependabot[bot]
7f8864be73
Bump transformers from 4.52.3 to 4.52.4 ( #2316 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Cameron <git@jasoncameron.dev>
3 months ago
Cyteon
35514b4e0e
Add back voice_choice to config template, fixes #2318
3 months ago
dependabot[bot]
1f410033ea
Bump yt-dlp from 2025.3.27 to 2025.5.22 ( #2308 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
a086cf25aa
Bump transformers from 4.51.3 to 4.52.3 ( #2309 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
450f5aec21
Bump spacy from 3.8.4 to 3.8.7 ( #2310 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
Jason Cameron
57e8af98b3
Merge branch 'master' into develop
5 months ago
dependabot[bot]
8c69368091
Bump transformers from 4.50.2 to 4.51.3 ( #2289 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
Jason Cameron
a83d637ccc
Merge pull request #2293 from elebumm/dependabot/pip/develop/unidecode-1.4.0
5 months ago
Jason Cameron
e34d0789b3
Merge pull request #2294 from elebumm/dependabot/pip/develop/torch-2.7.0
5 months ago
Jason Cameron
9684f05762
Merge pull request #2292 from elebumm/dependabot/pip/develop/elevenlabs-1.57.0
5 months ago
Jason Cameron
64bf647de9
Merge pull request #2295 from elebumm/JasonLovesDoggo-patch-1
5 months ago
Jason Cameron
e74655a552
chore: Update readme
...
Remove my discord due to too much DM spam
5 months ago
dependabot[bot]
6d7ef10df0
Bump torch from 2.6.0 to 2.7.0
...
Bumps [torch](https://github.com/pytorch/pytorch ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/pytorch/pytorch/releases )
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md )
- [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.7.0 )
---
updated-dependencies:
- dependency-name: torch
dependency-version: 2.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
dependabot[bot]
efce2e8c73
Bump unidecode from 1.3.8 to 1.4.0
...
Bumps [unidecode](https://github.com/kmike/text-unidecode ) from 1.3.8 to 1.4.0.
- [Release notes](https://github.com/kmike/text-unidecode/releases )
- [Commits](https://github.com/kmike/text-unidecode/commits )
---
updated-dependencies:
- dependency-name: unidecode
dependency-version: 1.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
dependabot[bot]
c3781d4f2f
Bump elevenlabs from 1.55.0 to 1.57.0
...
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python ) from 1.55.0 to 1.57.0.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases )
- [Commits](https://github.com/elevenlabs/elevenlabs-python/compare/v1.55.0...v1.57.0 )
---
updated-dependencies:
- dependency-name: elevenlabs
dependency-version: 1.57.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
Jason Cameron
5517dd247f
Merge pull request #2276 from elebumm/dependabot/pip/develop/yt-dlp-2025.3.27
...
Bump yt-dlp from 2025.3.21 to 2025.3.27
6 months ago
dependabot[bot]
41754ad6c0
Bump yt-dlp from 2025.3.21 to 2025.3.27
...
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp ) from 2025.3.21 to 2025.3.27.
- [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/2025.03.21...2025.03.27 )
---
updated-dependencies:
- dependency-name: yt-dlp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Jason Cameron
a9b31fcddd
Merge pull request #2275 from elebumm/dependabot/pip/develop/transformers-4.50.2
...
Bump transformers from 4.49.0 to 4.50.2
6 months ago
Jason Cameron
820471be25
Merge pull request #2277 from elebumm/dependabot/pip/develop/elevenlabs-1.55.0
...
Bump elevenlabs from 1.54.0 to 1.55.0
6 months ago
dependabot[bot]
5e60813e03
Bump elevenlabs from 1.54.0 to 1.55.0
...
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python ) from 1.54.0 to 1.55.0.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases )
- [Commits](https://github.com/elevenlabs/elevenlabs-python/compare/v1.54.0...v1.55.0 )
---
updated-dependencies:
- dependency-name: elevenlabs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot]
cdd2171d1c
Bump transformers from 4.49.0 to 4.50.2
...
Bumps [transformers](https://github.com/huggingface/transformers ) from 4.49.0 to 4.50.2.
- [Release notes](https://github.com/huggingface/transformers/releases )
- [Commits](https://github.com/huggingface/transformers/compare/v4.49.0...v4.50.2 )
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
github-actions
2ed5aa6f21
fixup: Format Python code with Black
6 months ago
Jason Cameron
00a3c1bafe
Merge pull request #2268 from bnfone/master
...
[new feature] OpenAI TTS API
6 months ago
Jason Cameron
6755da4de5
Merge pull request #2271 from elebumm/dependabot/pip/develop/yt-dlp-2025.3.21
...
Bump yt-dlp from 2025.2.19 to 2025.3.21
6 months ago
bnfone
0aa18eaf54
feature: OpenAI TTS API - requested changes
...
feature: OpenAI TTS API - formatting & requested changes (see https://github.com/elebumm/RedditVideoMakerBot/pull/2268 )
6 months ago
dependabot[bot]
3e4eb17ef8
Bump yt-dlp from 2025.2.19 to 2025.3.21
...
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp ) from 2025.2.19 to 2025.3.21.
- [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/2025.02.19...2025.03.21 )
---
updated-dependencies:
- dependency-name: yt-dlp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Jason Cameron
6a5fdfdfe0
Merge pull request #2267 from elebumm/dependabot/pip/develop/elevenlabs-1.54.0
...
Bump elevenlabs from 1.52.0 to 1.54.0
6 months ago
bnfone
e137dbb40d
adding OpenAI TTS API Option
...
This allows users to configure OpenAI TTS API to generate voice for their videos, which might be a cheaper option than ElevenLabs (especially if one runs KokoroTTS localy [which has a similar API structure like OpenAI and is fully compatible])
6 months ago
dependabot[bot]
b3cafbe221
Bump elevenlabs from 1.52.0 to 1.54.0
...
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python ) from 1.52.0 to 1.54.0.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases )
- [Commits](https://github.com/elevenlabs/elevenlabs-python/compare/v1.52.0...v1.54.0 )
---
updated-dependencies:
- dependency-name: elevenlabs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
Jason Cameron
caa1ec473e
Merge pull request #2258 from elebumm/dependabot/pip/develop/elevenlabs-1.52.0
...
Bump elevenlabs from 1.51.0 to 1.52.0
6 months ago
Jason Cameron
ef1a7aea79
Merge pull request #2263 from elebumm/dependabot/pip/develop/translators-5.9.9
...
Bump translators from 5.9.5 to 5.9.9
6 months ago
dependabot[bot]
afc612567f
Bump translators from 5.9.5 to 5.9.9
...
Bumps [translators](https://github.com/UlionTse/translators ) from 5.9.5 to 5.9.9.
- [Changelog](https://github.com/UlionTse/translators/blob/master/README_history.md )
- [Commits](https://github.com/UlionTse/translators/commits )
---
updated-dependencies:
- dependency-name: translators
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
dependabot[bot]
a06e522594
Bump elevenlabs from 1.51.0 to 1.52.0
...
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python ) from 1.51.0 to 1.52.0.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases )
- [Commits](https://github.com/elevenlabs/elevenlabs-python/compare/1.51.0...v1.52.0 )
---
updated-dependencies:
- dependency-name: elevenlabs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Jason Cameron
0f24c8b7db
Merge pull request #2253 from elebumm/dependabot/pip/develop/transformers-4.49.0
7 months ago
Jason Cameron
d3ffd18b83
Merge pull request #2250 from elebumm/dependabot/pip/develop/elevenlabs-1.51.0
7 months ago
dependabot[bot]
0bbaaeb88a
Bump transformers from 4.48.2 to 4.49.0
...
Bumps [transformers](https://github.com/huggingface/transformers ) from 4.48.2 to 4.49.0.
- [Release notes](https://github.com/huggingface/transformers/releases )
- [Commits](https://github.com/huggingface/transformers/compare/v4.48.2...v4.49.0 )
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
dependabot[bot]
dd53d28d37
Bump elevenlabs from 1.50.7 to 1.51.0
...
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python ) from 1.50.7 to 1.51.0.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases )
- [Commits](https://github.com/elevenlabs/elevenlabs-python/compare/1.50.7...1.51.0 )
---
updated-dependencies:
- dependency-name: elevenlabs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Jason Cameron
eceebcdee6
Merge pull request #2254 from elebumm/dependabot/pip/develop/yt-dlp-2025.2.19
7 months ago
dependabot[bot]
51195762a0
Bump yt-dlp from 2025.1.26 to 2025.2.19
...
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp ) from 2025.1.26 to 2025.2.19.
- [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/2025.01.26...2025.02.19 )
---
updated-dependencies:
- dependency-name: yt-dlp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Jason Cameron
8eeef27b00
Merge pull request #2247 from elebumm/dependabot/pip/develop/transformers-4.48.2
...
Bump transformers from 4.48.1 to 4.48.2
7 months ago
Jason Cameron
8fa1e208de
Merge pull request #2248 from elebumm/dependabot/pip/develop/elevenlabs-1.50.7
...
Bump elevenlabs from 1.50.5 to 1.50.7
7 months ago
dependabot[bot]
e1ba6c4a8d
Bump elevenlabs from 1.50.5 to 1.50.7
...
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python ) from 1.50.5 to 1.50.7.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases )
- [Commits](https://github.com/elevenlabs/elevenlabs-python/compare/1.50.5...1.50.7 )
---
updated-dependencies:
- dependency-name: elevenlabs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
dependabot[bot]
b6ce1d4042
Bump transformers from 4.48.1 to 4.48.2
...
Bumps [transformers](https://github.com/huggingface/transformers ) from 4.48.1 to 4.48.2.
- [Release notes](https://github.com/huggingface/transformers/releases )
- [Commits](https://github.com/huggingface/transformers/compare/v4.48.1...v4.48.2 )
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
8 months ago