Add Hifigan compatibility to this repo #455

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

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 +07:00
terminator reviewed 2023-11-28 02:20:44 +07:00
@ -1223,3 +1230,1 @@
gen, additionals = tts.tts(cut_text, **settings )
parameters['seed'] = additionals[0]
print(settings)

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 +07:00
terminator left a comment

Overall, everything looks great

Overall, everything looks great

Reviewers

terminator approved these changes 2023-11-28 02:21:58 +07:00
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.
You can also view command line instructions.

Step 1:

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

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff Jarod-master
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#455
There is no content yet.