Stability-AI / StableSwarmUI

StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.
MIT License
4.59k stars 368 forks source link

I want to reinstall Swarmui #420

Closed kingsae1 closed 5 months ago

kingsae1 commented 5 months ago

It is cached somewhere and cannot be reinstalled. No matter how many times I restart, the UI that the installation is complete appears. Is there a way to uninstall and reinstall? (I am using Docker)

mcmonkey4eva commented 5 months ago

If using Docker, check the docker interface, it does indeed save docker images somewhere that you have to clear. On Windows there's a desktop gui for it,

on Linux you need terminal commands... docker images | grep swarm I think then docker rmi (put the id of the swarm image here)

kalebbroo commented 5 months ago

You can install Docker Desktop on Linux as well. Just a little harder. I prefer the GUI so I can see all my containers at a glance.