Stable Diffusion WebUI #108

Open
opened 2024-05-12 22:01:39 +00:00 by skobkin · 1 comment
Owner

Not sure if there is a good working image, but there are some candidates:

Not sure if there is a good working image, but there are some candidates: - [`k7212519/stable-diffusion-webui`](https://hub.docker.com/r/k7212519/stable-diffusion-webui) ([ksd-launcher](https://github.com/k7212519/ksd-launcher))
skobkin added the
new stack
to be researched
labels 2024-05-12 22:01:39 +00:00
skobkin self-assigned this 2024-05-12 22:01:39 +00:00
Author
Owner
docker run -it --network=host --device=/dev/kfd --device=/dev/dri --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --name=stable-diffusion -v $HOME/dockerx:/dockerx k7212519/stable-diffusion-webui

from here.

Only one mount seems odd, but need to look further.

Looks like for RX6800 and further there's no need to tweak anything. But if 7000 needs some tweaking, starting point could be found here and here.

```shell docker run -it --network=host --device=/dev/kfd --device=/dev/dri --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --name=stable-diffusion -v $HOME/dockerx:/dockerx k7212519/stable-diffusion-webui ``` from [here](https://github.com/k7212519/stable-diffusion-webui-AMD-onekey-deploy/blob/main/setup_sd.sh#L16C19-L16C250). Only one mount seems odd, but need to look further. Looks like for RX6800 and further there's no need to tweak anything. But if 7000 needs some tweaking, starting point could be found [here](https://github.com/k7212519/stable-diffusion-webui-AMD-onekey-deploy/blob/main/setup_sd.sh#L45) and [here](https://github.com/k7212519/stable-diffusion-webui-AMD-onekey-deploy/blob/main/GPU/rx6700.sh).
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: skobkin/docker-stacks#108
No description provided.