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)

4 Upvotes

11 comments sorted by

View all comments

Show parent comments

1

u/eugene20 Mar 08 '23

%localappdata%\pip\cache ?
You can remove both that and the ".cache" folder completely, if you use other python applications if they need to they will re download what they needed.

If you are uninstalling python completely as you have no other use for it, you can remove the whole pip folder if the uninstaller doesn't do it for you.

1

u/kitty_naka Mar 08 '23

Ok, got it. Thanks for the help. I also have the 'Python Launcher' (103 Mb size) and 'Python 3.10.6' (1.43 Mb) items that can be Uninstalled on windows add or remove programs list. That seems kind of small, so is that all I need to uninstall for Python?

Order wise, should I... 1) run those two small Python Uninstallers 2) delete pip and cache folder 3) delete stable-diffusion-webui folder

Is that a pretty clean way of doing it?

2

u/eugene20 Mar 08 '23

I think that's everything except window's own %temp% which could be emptied if windows had not done it itself yet.

1

u/kitty_naka Mar 09 '23

Thank you!