Add Hifigan compatibility to this repo #455

Open
Jarod wants to merge 2 commits from Jarod/ai-voice-cloning:master into master
Contributor

Added files and made modifications to get hifigan working. Is required by this PR: mrq/tortoise-tts#50

Added files and made modifications to get hifigan working. Is required by this PR: https://git.ecker.tech/mrq/tortoise-tts/pulls/50
Jarod added 2 commits 2023-11-27 07:08:28 +00:00
terminator reviewed 2023-11-28 02:20:44 +00:00
@ -1223,3 +1230,1 @@
gen, additionals = tts.tts(cut_text, **settings )
parameters['seed'] = additionals[0]
print(settings)
First-time contributor

Print statement on this line appears to be redundant and might not be necessary. overall, everything looks great.

Print statement on this line appears to be redundant and might not be necessary. overall, everything looks great.
terminator approved these changes 2023-11-28 02:21:58 +00:00
terminator left a comment
First-time contributor

Overall, everything looks great

Overall, everything looks great
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u master:Jarod-master
git checkout Jarod-master

Merge

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff Jarod-master
git checkout master
git merge --ff-only Jarod-master
git checkout Jarod-master
git rebase master
git checkout master
git merge --no-ff Jarod-master
git checkout master
git merge --squash Jarod-master
git checkout master
git merge --ff-only Jarod-master
git checkout master
git merge Jarod-master
git push origin master
Sign in to join this conversation.
No description provided.