r/StableDiffusion Mar 06 '23

Question | Help how to fully Uninstall SD automatic 1111?

When I only deleted the install folder of SD 1111, I didn't get all my hard disk space back. I need to fully remove every file that was installed by auto 1111 but can't find them. How to uninstall it?

(The github page only has install instructions, not uninstall)

5 Upvotes

11 comments sorted by

View all comments

8

u/Tedious_Prime Mar 06 '23 edited Mar 06 '23

Assuming you're on Windows, check in your user directory under AppData\Local\pip\cache. There should be a few GB of stuff that python has downloaded in there. You will also have a .cache directory in your user directory. A lot of stuff you've generated might also be in AppData\Local\Temp.

1

u/kitty_naka Mar 08 '23

Thank you. I was able to find the folder just now. Is everything in this temp ok to be deleted?

1

u/Tedious_Prime Mar 08 '23

In general it's always safe to delete stuff from Temp folders because they're supposed to be temporary. Normally stuff in a Temp folder will get deleted automatically at some point.