NameError: name 'VOCOS_ENABLED' is not defined when using bark #367
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#367
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?
When trying to generate voice on bark backend I'm getting this error:
It happens both on random and custom voices. I tried slicing audio as in other issue potential solution, but it didn't help. I tried reinstalling everything. Installed whole app under python 3.10 instead of 3.9 after some dependencies issues on vall-e install, and also I have visual studio build tools installed to solve some wheel issues I had before, so there should be no dependencies issues. Also, yes everything was installed after toroise, under venv and admin.
When I lauch bark I have this message:
Btw would like to know what is the module "hubert", is it important?
But as I see vocos is present, also I have it installed in the pip list.
Should be fixed in commit
7fc8f4c45a
. I remembered I might have flubbered it up during cleanup of trying to make initialization faster (which was just from having a ton of voices in the voice folder), but it should be fixed.HuBERT may or may not be helpful, I only have borrowed code from the serp-ai/bark-with-voice-clone repo that uses it too, but the voice cloning aspect still didn't seem to work when I last tried it.
Tested it, now it works! Thanks!
Tho the quality of the voice is not that impressive as I thought, hope it can be finetuned as easy as tortoise!
Now I need to try dall-e and see how it works.
UPD: seems bark is not finetunable