peterwilli / sd-leap-booster

Fast finetuning using a booster model that puts the initial state to a local minimum
MIT License
113 stars 12 forks source link

[Question] Where are models downloaded to? #4

Closed Zyin055 closed 1 year ago

Zyin055 commented 1 year ago

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?

sALTaccount commented 1 year ago

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

Zyin055 commented 1 year ago

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