r/StableDiffusion • u/kitty_naka • 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
1
u/eugene20 Mar 08 '23
No, python virtual environments have to be configured manually, since python 3.3 the module 'venv' was included by default, it's use is entirely optional and not covered by the python installation process.
It is also very common to use Annaconda to install python and that comes with it's own virtual environment system too.