Add files required for hifigan from neonbjb repo, including autoregressive.py modification #50
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/tortoise-tts#50
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Jarod/tortoise-tts:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added files and made modifications to get hifigan working. Is required by this PR: mrq/ai-voice-cloning#455
I believe it looks good. All the changes seem to be in order, and I don't see any issues.
@ -0,0 +261,4 @@
return t
if not hasattr(t, 'device'):
t.device = device
this line throw an error related to:
I watched your video and saw, to use hifigan needs to click in (Re)Compute Voice Latents.
Now complete tested. Works fine.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Gitea.