AudioLDM2 icon indicating copy to clipboard operation
AudioLDM2 copied to clipboard

where should models be put in?

Open xiaohong23 opened this issue 2 years ago • 2 comments

I downloaded models separated from huggingface, where should I put the models?

xiaohong23 avatar Aug 23 '23 10:08 xiaohong23

trying to find this out my self

mrhelixx avatar Sep 10 '23 22:09 mrhelixx

I downloaded models separated from huggingface, where should I put the models?

Annoyingly, it seems you can't do this. They are automatically downloaded using hf_hub_download() which stores them in a local cache folder as "blobs" which aren't easy to reference manually.

Cache folder on Windows: C:\Users\[YOUR USERNAME]\.cache\huggingface\hub

Moj-X avatar Jan 06 '24 23:01 Moj-X