Skip to content

surfingdoggo/StableSwarmUI-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Stable Swarm UI Docker

Containerizing Stability AI's Stable Swarm UI.

Running with Docker

  1. Clone this repo and cd into it

  2. Build your image

docker build -t stableswarmui .
  1. Run your image
docker run --rm -it --gpus=all -p 7801:7801 stableswarmui StableSwarmUI.dll $@ --launch_mode none --host "*"
  1. 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

Known Issues

Note that this currently works but the application within isn't loading on Linux.

About

A Docker container for StableSwarmUI, found here:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published