Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 3.3.0 #2060

Merged
merged 81 commits into from
Jun 16, 2024
Merged

Update 3.3.0 #2060

merged 81 commits into from
Jun 16, 2024

Conversation

Cyteon
Copy link
Collaborator

@Cyteon Cyteon commented May 30, 2024

Description

Merge develop to main

Issue Fixes

None

Checklist:

  • I am pushing changes to the develop branch
  • I am using the recommended development environment
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have formatted and linted my code using python-black and pylint
  • I have cleaned up unnecessary files
  • My changes generate no new warnings
  • My changes follow the existing code-style
  • My changes are relevant to the project

Any other information (e.g how to test the changes)

None

MagicHatJo and others added 30 commits September 1, 2023 10:16
Fix to config toml for random_voice
chore: reformatted and optimized imports.

Co-authored-by: Jan Tumpa <jtumpa@gmail.com>
Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.3.6 to 1.3.8.
- [Release notes](https://github.com/kmike/text-unidecode/releases)
- [Commits](https://github.com/kmike/text-unidecode/commits)

---
updated-dependencies:
- dependency-name: unidecode
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e-1.3.8

Bump unidecode from 1.3.6 to 1.3.8
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.5.0...10.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [transformers](https://github.com/huggingface/transformers) from 4.29.2 to 4.37.1.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.29.2...v4.37.1)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…mers-4.37.1

Bump transformers from 4.29.2 to 4.37.1
Bumps [gtts](https://github.com/pndurette/gTTS) from 2.3.2 to 2.5.1.
- [Release notes](https://github.com/pndurette/gTTS/releases)
- [Changelog](https://github.com/pndurette/gTTS/blob/main/CHANGELOG.md)
- [Commits](pndurette/gTTS@v2.3.2...v2.5.1)

---
updated-dependencies:
- dependency-name: gtts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.0.1...v2.2.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Fixing Streamlabspolly issue
Bumps [transformers](https://github.com/huggingface/transformers) from 4.37.1 to 4.37.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@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>
…mers-4.37.2

Bump transformers from 4.37.1 to 4.37.2
This reverts commit b508f2a.
Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [transformers](https://github.com/huggingface/transformers) from 4.37.2 to 4.39.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.37.2...v4.39.2)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…mers-4.39.2

Bump transformers from 4.37.2 to 4.39.2
Copy link
Collaborator

@OpenSourceSimon OpenSourceSimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, still needs some testing. Definitely won't call this a V4, just continue with V3

video_creation/final_video.py Outdated Show resolved Hide resolved
@@ -75,7 +74,7 @@ def get_screenshots_of_reddit_posts(reddit_object: dict, screenshot_num: int):
print_substep("Launching Headless Browser...")

browser = p.chromium.launch(
headless=True
headless=False
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still need to test this, headless False will cause a lot of confusion for the user

@Cyteon Cyteon changed the title Update 4.0.0 Update 3.2.2 May 30, 2024
@pippinmole
Copy link

Hi,

Currently trying to use develop branch as you're using the new.reddit.com URL. Looks like I'm getting an error here:

image

{
 "allow_nsfw": false,
 "theme": "dark",
 "times_to_run": 15,
 "opacity": 0.9,
 "storymode": false,
 "storymodemethod": 1,
 "storymode_max_length": 1000,
 "resolution_w": "1080",
 "resolution_h": "1920",
 "zoom": 1.1,
 "channel_name": "",
 "background": {
  "background_video": "",
  "background_audio": "",
  "background_audio_volume": 0,
  "enable_extra_audio": false,
  "background_thumbnail": false,
  "background_thumbnail_font_family": "",
  "background_thumbnail_font_size": 96,
  "background_thumbnail_font_color": ""
 },
 "tts": {
  "voice_choice": "streamlabspolly",
  "random_voice": true,
  "elevenlabs_voice_name": "Adam",
  "elevenlabs_api_key": "REDACTED",
  "aws_polly_voice": "",
  "streamlabs_polly_voice": "",
  "tiktok_voice": "en_uk_003",
  "tiktok_sessionid": "REDACTED",
  "python_voice": "",
  "py_voice_num": "",
  "silence_duration": 0.05,
  "no_emojis": true
 }
}

@pippinmole
Copy link

Me again, looks like the issue stems from getsize being removed in newer versions of Pillow, as mentioned here. Quick fix would be to downgrade Pillow: Pillow==9.5.0, as this fixes things for me.

@github-actions github-actions bot added the stale label Jun 9, 2024
@JasonLovesDoggo JasonLovesDoggo changed the title Update 3.2.2 Update 3.3.0 Jun 16, 2024
@JasonLovesDoggo
Copy link
Collaborator

Me again, looks like the issue stems from getsize being removed in newer versions of Pillow, as mentioned here. Quick fix would be to downgrade Pillow: Pillow==9.5.0, as this fixes things for me.

Did the full fix!

@JasonLovesDoggo JasonLovesDoggo merged commit c68c580 into master Jun 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants