-
-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'hubert' #35
Comments
Hey Im still getting this error any way to fix?? |
You have to install the hubert manager. Do the following:
It should now run (This works for me in a colab notebook, I have not tested it from a cli, YMMV) |
Now I get this error: |
Oh, it's simple! git clone https://github.com/serp-ai/bark-with-voice-clone
cd bark-with-voice-clone/
pip install git+https://github.com/suno-ai/bark.git Now 'hubert' module will be available. :) |
still getting no module named hubert |
@vvonchain, seems like they changed name of folder. Look at https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer/tree/master/bark_hubert_quantizer Take a look at my pull request: #51 And here is my notebook in google colab: https://colab.research.google.com/drive/1fW6-RfcIX4wZ0T5Fc0B-M_3a459L3qaW?usp=sharing |
|
Hi, I was trying to Clone an audio file using this Notebook, but the process seems to be very slow for some reason. |
@souvikqb Hi, I'm not a contributor to this repository. But it takes a long time for me too.
|
Thank you so much, that solved it. I was wondering if there was a way to increase the output quality somehow. ? Currently, the cloning works, but is there any way to make it better or any parameters to play with? |
I can't help here because I've run into problems myself. Сan't even get any satisfactory results. I can’t clone the Russian voice at all, the output is random English speech. And no one answers my issue ;( UPD: i fixed my notebook. |
But how can i load my new voice created with my specific voice name? |
You need to use a .npz file to save the cloned voice and then load it at the library aftwerwards. You can find more info here: suno-ai#379 |
Addressing the following open issue: serp-ai#35
When trying to run 'clone_voice.ipynb', I get:
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from hubert.hubert_manager import HuBERTManager
2 hubert_manager = HuBERTManager()
3 hubert_manager.make_sure_hubert_installed()
4 hubert_manager.make_sure_tokenizer_installed()
ModuleNotFoundError: No module named 'hubert'
The text was updated successfully, but these errors were encountered: