Skip to content

Why does it need to constantly redownload stuff? #74

Answered by tin2tin
gerroon asked this question in Q&A
Discussion options

You must be logged in to vote

The file handling is done automatically by the Diffusers python module. For me it is only downloading when there is a new version of the model out. Unfortunately it doesn't delete the old one, so this has to be done manually.

So, once in a while, it is a good idea to go through the snapshot folders and delete the older ones ex.:
C:\Users\user_name\.cache\huggingface\hub\models--stabilityai--stable-diffusion-xl-refiner-1.0\snapshots

Downloading everything will be a crazy big download, since there are so many models available in Palladium, so downloading when needed, is properly the best solution.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gerroon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants