How do I install stable swarmUI to Docker?Running with Do... | How do I install stable swarmUI to Docker?Running with Do...
How do I install stable swarmUI to Docker?

Running with Docker
To forward an Nvidia GPU, you must have the Nvidia Container Toolkit installed: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
Open a shell terminal and cd to a directory you want to install into
Run shell commands:
git clone https://github.com/Stability-AI/StableSwarmUI
cd StableSwarmUI
./launch-docker.sh
Open your browser to localhost:7801
Note that it will forward the Models and Output directory, and will mount Data and dlbackend as independent persistent volumes.
Documentation
See the documentation folder. GitHub - Stability-AI/StableSwarmUI: StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools…