Containerizing Stability AI's Stable Swarm UI.
-
Clone this repo and cd into it
-
Build your image
docker build -t stableswarmui .
- Run your image
docker run --rm -it --gpus=all -p 7801:7801 stableswarmui StableSwarmUI.dll $@ --launch_mode none --host "*"
- Use this command to exec into the container's shell for troubleshooting (or curiosity)
docker run --rm -it --gpus=all -p 7801:7801 --entrypoint bash stableswarmui
Note that this currently works but the application within isn't loading on Linux.