Skip to content

samos123/stable-diffusion-webui-docker

Repository files navigation

Stable Diffusion Webui Docker & K8s install

This is based of https://github.com/AbdBarho/stable-diffusion-webui-docker with only some minor changes.

How to

Build and run the image:

export IMAGE_TAG=sd-web-ui-docker
docker build -t $IMAGE_TAG .
DOCKER_BUILDKIT=1 docker run --name sd -p 7860:7860 -d --runtime=nvidia --gpus all $IMAGE_TAG

Check the logs and ensure stable diffusion UI is running:

docker logs sd

You should see a line that shows Running on local URL: http://0.0.0.0:7860

Now you can go to your browser at url http://localhost:7860 and you should see the Stable Diffusion Web UI.

Guides

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published