Skip to content
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

clone_voice.ipynb gives "ModuleNotFoundError: No module named 'bark_hubert_quantizer'" #84

Open
AJMarsh1 opened this issue Nov 3, 2023 · 2 comments

Comments

@AJMarsh1
Copy link

AJMarsh1 commented Nov 3, 2023

I've already tried everything here: #35

In clone_voice.ipynb block 3, I get this error:


ModuleNotFoundError Traceback (most recent call last)
c:\Users\Josiah\MiscProjects\bark-with-voice-cloning\bark-with-voice-clone\clone_voice.ipynb Cell 3 line 3
1 import sys
2 sys.path.append('./bark-voice-cloning-HuBERT-quantizer')
----> 3 from bark_hubert_quantizer.hubert_manager import HuBERTManager
4 hubert_manager = HuBERTManager()
5 hubert_manager.make_sure_hubert_installed()

ModuleNotFoundError: No module named 'bark_hubert_quantizer'

And I can't manually install it. I have added the suggested pip and git commands to the first block, and they did not help. (My first block now looks like this:

%pip install git+https://github.com/suno-ai/bark.git
%git clone https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer
%pip install -r ./bark-voice-cloning-HuBERT-quantizer/requirements.txt

%git clone https://github.com/gitmylo/bark-voice-cloning-HuBERT-quantizer/
%cd bark-voice-cloning-HuBERT-quantizer
%pip install -r requirements.txt
%pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117

%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
)

I see that hubert was renamed as bark_hubert_quantizer, but I can't pip install hubert either. Does anyone have a solution/suggestion?

Copy link

dagshub bot commented Nov 3, 2023

@KonstantineGoudz
Copy link

Try this
pip install audiolm_pytorch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants