gitmylo / bark-voice-cloning-HuBERT-quantizer

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

HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/GitMylo/bark-voice-cloning/resolve/main/japanese-HuBERT-quantizer_24_epoch.pth #40

Open gjin10969 opened 1 year ago

gjin10969 commented 1 year ago

When i Use Japanese on your json it not working how to fix it?

image

gitmylo commented 1 year ago

You aren't using the right (hugging face) repository, you're using the base repository (default), which only contains official models, not community models.

To use the community model you need to include the repo in the "make_sure_tokenizer_installed", like I did here