-
i have cloned the Repo and installed requirements but when i want to run a test , it starts to download models , |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
here is the relevant code:
so most likely they should be in |
Beta Was this translation helpful? Give feedback.
-
also check out https://huggingface.co/docs/huggingface_hub/guides/download, and you can go through the UI as well to download files individually |
Beta Was this translation helpful? Give feedback.
-
Where did you download the model from? My network is also not good, I also need to download the model |
Beta Was this translation helpful? Give feedback.
-
thank you for you help bro,my english is bed,have nice day
…---Original---
From: ***@***.***>
Date: Wed, May 17, 2023 01:41 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [suno-ai/bark] MODELS PATH (Discussion #251)
i downloaded them weeks ago so they may have changed ... :
https://dl.suno-models.io/bark/models/v0/fine.pt
https://dl.suno-models.io/bark/models/v0/fine_2.pt
https://dl.suno-models.io/bark/models/v0/text.pt
https://dl.suno-models.io/bark/models/v0/text_2.pt
https://dl.suno-models.io/bark/models/v0/coarse.pt
https://dl.suno-models.io/bark/models/v0/coarse_2.pt
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Not sure where should i put downloaded models. ls: blobs refs snapshots |
Beta Was this translation helpful? Give feedback.
here is the relevant code:
so most likely they should be in
~/.cache/suno/bark_v0/
however huggingface does some magic in the naming so not entirely sure how it's saved, we just updated to their hub sorry. If anyone has experience would be super helpful to paste a short 'manual model install' here