peterwilli/sd-leap-booster

[Question] Where are models downloaded to?

Closed this issue · 2 comments

I couldn't get the repo working when using --pretrained_model_name_or_path=runwayml/stable-diffusion-v1-5 and now there's 4GB of files saved somewhere on my hard drive. Where are they saved so I can delete them?

LEAP is based on top of the huggingface diffuers textual inversion trainer. The models are downloaded via huggingface and saved in huggingface's cache. You can find the location here https://huggingface.co/docs/transformers/installation#cache-setup

Thanks, found the folders where the data is saved:
C:\Users\username\.cache\huggingface\hub\models--runwayml--stable-diffusion-v1-
C:\Users\username\.cache\huggingface\diffusers\models--runwayml--stable-diffusion-v1-5