Stable-Diffusion-WebUI (AUTOMATIC1111) docker image for AMD GPUs
Contains init script (./shared/init.sh) that downloads the NAI model, hypernetworks, danbooru tag autocomplition and some sane ui-config defaults.
- Clone this repository (optional)
- Run docker container. For example:
docker run -it --rm --name stable-diffusion --device=/dev/kfd --device=/dev/dri --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --port 80:7860 -v $(pwd)/shared:/shared ataraxiadev/rocm-pytorch /shared/init.sh --theme dark --listen --port 7860 --deepdanbooru
Nixos users can clone this repository and run:
nix run
or
nix develop
image-run
Description
Languages
Shell
45.5%
Nix
28.6%
Dockerfile
25.9%