gitmylo / bark-voice-cloning-HuBERT-quantizer

The code for the bark-voicecloning model. Training and inference.
MIT License
671 stars 111 forks source link

ModuleNotFoundError: No module named 'hubert' #14

Closed Barth44 closed 1 year ago

Barth44 commented 1 year ago

The colab notebook says ModuleNotFoundError: No module named 'hubert' and when I try to install hubert manually I get ooking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ ERROR: Could not find a version that satisfies the requirement HuBERT (from versions: none) ERROR: No matching distribution found for HuBERT.

gitmylo commented 1 year ago

HuBERT is a module in this repository, the notebook does not work on its own, it wasn't tested on colab. I could add a git clone to make it work in colab though.

gitmylo commented 1 year ago

Added Google Colab compatible notebook in commit 32b104a