stable-diffusion-rocm-docker
stable-diffusion-rocm-docker copied to clipboard
Stable Diffusion Docker image preconfigured for usage with AMD Radeon cards
The version of ROCm included in the Docker is not compatible with the RX 7000 series graphics cards. It is necessary to update ROCm to at least version 6.0.2 in...
hi, i noticed the webui of this docker is old, i had to download the newer which supports .safetensors. idk if it's not updating automatically or it's meant to be...
hello i tried it with alisa ` alias drun='docker run -e HSA_OVERRIDE_GFX_VERSION=10.3.0 -it --network=host --device=/dev/kfd --device=/dev/dri --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $(pwd):/pwd' ` and ran with `drun --name stable-diffusion...
Hi, my GPU is Sapphire Nitro+ Radeon RX580 and the host OS is linux mint debian edition 5 ("elsie"). I am using this command: `docker run -it --network=host --device=/dev/kfd --device=/dev/dri...
Hi, I followed the instructions but I got this error: ``` docker: Error response from daemon: error gathering device information while adding custom device "/dev/kfd": no such file or directory....
Update docker build to use ROCm 5.4.x for better card support. The docker image is still using 5.1.x.
Any chance you could add support for older RX580's? They arn't fast, but are ROCm compatibly with 8GBs of VRAM. Happy to do testing if given a push in the...
Getting stable-diffusion to work on an amd 6900xt graphics card. The following changes: docker-compose: - Added HIP_ALLOC_CONF to allow stable diffusion to use more vram ( can create batchs up...
I'm having this exact problem with the webui pulling the lastest docker image https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4833 ``` Python 3.7.13 (default, Mar 29 2022, 02:18:16) [GCC 7.5.0] Commit hash: 08b3f7aef15f74f4d2254b1274dd66fcc7940348 Installing gfpgan Installing...
Docker on Ubuntu 22LTS - AMD 6900XT GPU Fresh pull today, fails to start, complaining about setting up CodeFormer. tore down, re-pulled from scratch, same error: ``` Error setting up...