2022-10-27 18:50:47 +00:00
2022-10-27 21:43:05 +03:00
2022-10-27 21:43:05 +03:00
2022-10-27 21:43:05 +03:00
2022-10-27 21:43:05 +03:00
2022-10-27 21:43:05 +03:00
2022-10-27 21:43:05 +03:00
2022-10-27 18:44:20 +00:00
2022-10-27 18:50:47 +00:00

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.

  1. Clone this repository (optional)
  2. 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
No description provided
Readme 35 KiB
Languages
Shell 45.5%
Nix 28.6%
Dockerfile 25.9%