Error when generating voice #99
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#99
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Getting this error when trying to generate voices:
Maybe remedied in
797882336b
. I'm assuming you have a file that is neither a wav nor a json in your./results/{voice}/
folder?Works now. I didn't have any files in the results folder though, deleted them before generating. Also, voicefixer is still busted.
Right, I guess it makes sense to delete the voicefixer var if it fails, as it's evident it's doing it with:
A cursory search in voicefixer's issues gave me https://github.com/haoheliu/voicefixer/issues/16 (another issue with librosa). I'm not too sure if it just requires uninstalling and reinstalling voicefixer.
It should be bandaided in commit
a01eb10960
, but it only just prevents it from throwing while loading voicefixer.Yeah, it requires a lower version librosa (I'd imagine whisperx is to blame, again). I'll add it to
update-force.bat
for the reinstall line, but you can run this yourself to fix it:Aye, that worked for me. Thanks.