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

Adds Fancy title screen #2051

Merged
merged 28 commits into from
May 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d1bb2d1
Fix for new UI by changing domain
Cyteon Mar 20, 2024
f1cce11
Delete video_creation/data/videos.json
Cyteon Mar 20, 2024
853ba49
Merge branch 'develop' into master
Cyteon Mar 20, 2024
b508f2a
meme support
Cyteon Mar 22, 2024
410f442
Revert "meme support"
Cyteon Mar 22, 2024
8859e01
Fix random voice prompt
JasonLovesDoggo Apr 18, 2024
301bb2c
Merge pull request #2020 from elebumm/JasonLovesDoggo-patch-1
JasonLovesDoggo Apr 18, 2024
cb68e84
Update broken discord url
JasonLovesDoggo Apr 20, 2024
69fa2a4
Merge pull request #2026 from elebumm/JasonLovesDoggo-patch-1
JasonLovesDoggo Apr 20, 2024
6a48f22
Update main.py
JasonLovesDoggo Apr 21, 2024
340762e
Merge pull request #2028 from elebumm/JasonLovesDoggo-patch-1
JasonLovesDoggo Apr 21, 2024
1b146ab
fix: Fixes #1812, random_voice True/False acceptance
MagicHatJo Sep 1, 2023
35fac14
fix: fixed the GUI
JasonLovesDoggo Sep 3, 2023
fb49acd
Bump unidecode from 1.3.6 to 1.3.8
dependabot[bot] Jan 12, 2024
c84e34e
Bump transformers from 4.29.2 to 4.37.1
dependabot[bot] Jan 25, 2024
bbf5a82
fixup: Format Python code with Black
github-actions[bot] Jan 28, 2024
f827f9f
Bump pillow from 9.5.0 to 10.2.0
dependabot[bot] Jan 17, 2024
37faf2a
Bump torch from 2.0.1 to 2.2.0
dependabot[bot] Jan 31, 2024
d15740d
Bump gtts from 2.3.2 to 2.5.1
dependabot[bot] Jan 29, 2024
cdf8ad2
Bump transformers from 4.37.1 to 4.37.2
dependabot[bot] Feb 5, 2024
d42ff50
meme support
Cyteon Mar 22, 2024
903081f
Revert "meme support"
Cyteon Mar 22, 2024
bc0abb6
Merge conflict fix
Apr 26, 2024
64f2322
Git merge conflict was not actually resolved
Cyteon Apr 27, 2024
2096308
fancy title screen
May 19, 2024
b67d81a
Merge branch 'develop' into fancy-title-screen
Cyteon May 19, 2024
0522d19
some fixes
May 19, 2024
128953c
fix invite link, and add myself as maintainer
Cyteon May 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update broken discord url
  • Loading branch information
JasonLovesDoggo authored Apr 20, 2024
commit cb68e84e253e62f238c9b31889d52a15ecefd947
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ I have tried to simplify the code so anyone can read it and start contributing a

Please read our [contributing guidelines](CONTRIBUTING.md) for more detailed information.

### For any questions or support join the [Discord](https://discord.gg/Vkanmh6C8V) server
### For any questions or support join the [Discord](https://discord.gg/WBQT52RrHV) server
Cyteon marked this conversation as resolved.
Show resolved Hide resolved

## Developers and maintainers.

Expand Down
Loading