This repository is a Container for Stable Diffusion Web UI.
Type | Summary |
---|---|
Base image and tags | nvidia/cuda:12.6.2-runtime-ubuntu22.04 |
Target platform | linux/x64, linux/arm64 |
Container registry's URL | https://hub.docker.com/r/ryotafunaki/stable-diffusion-webui/ |
- NVIDIA CUDA on WSL2
Enable NVIDIA CUDA on WSL
- Get docker-compose.yml from the GitHub repository.
https://github.com/ryotafunaki/container-stable-diffusion-webui/ - Boot up the container.
Wait a few moments for the startup to complete.
docker compose up -d
- Access the Web UI.
See Stable Diffusion Web UI.
http://localhost:7860
- Stop and dispose the container.
docker compose down
Important
This image is a personal container.
You can take a look at the Dockerfile and use it if you think it suits your use.