suno-ai / bark

🔊 Text-Prompted Generative Audio Model
MIT License
35.24k stars 4.13k forks source link

hugging face error #352

Open perces opened 1 year ago

perces commented 1 year ago

hello,I encountered this issue during testing bark. ERROR: requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

tongbaojia commented 1 year ago

Hi @perces

You can try to download the .pt files from huggingface directly: https://huggingface.co/suno/bark/tree/main and put them into the models folder. The models should be put at: ~/.cache/suno/bark_v0 (at least for me). You can see the model path discussion in https://github.com/suno-ai/bark/issues/197