stable-diffusion-webui-rocm
stable-diffusion-webui-rocm copied to clipboard
A stable diffusion webui configuration for AMD ROCm
In the [docker-compose.yml](https://github.com/hydrian/stable-diffusion-webui-rocm/blob/main/docker-compose.yml) file, you mentioned that the `Following line is needed to RX 5700`. However, I discovered that the same line is also applicable to my Radeon 680M, which...
**Describe the bug** Error response from daemon: error gathering device information while adding custom device "/dev/kfd": no such file or directory **To Reproduce** Steps to reproduce the behavior: 5. Run...
**Describe the bug** Attempting to run the docker image results in: ``` ImportError: cannot import name '_compare_version' from 'torchmetrics.utilities.imports' (/usr/local/lib/python3.10/dist-packages/torchmetrics/utilities/imports.py) ``` **To Reproduce** Steps to reproduce the behavior: 1. `docker...
**Describe the bug** Current code results in: ``` 2 error(s) decoding: * 'group_add[0]' expected type 'string', got unconvertible type 'int', value: '44' * 'group_add[1]' expected type 'string', got unconvertible type...
In the current Dockerfile install a specific version of the AMD driver. It would be great if the script can find the latest driver and install it.
**Describe the bug** Readme says: ``` docker build . -t 'stable-diffusion-webui-rocm ``` It's missing the ending quote: ``` docker build . -t 'stable-diffusion-webui-rocm' ```
**Describe the bug** ``` sudo docker-compose up [+] Running 1/1 ✘ stable-diffusion-webui-rocm Error 1.4s Error response from daemon: pull access denied for stable-diffusion-webui-rocm, repository does not exist or may require...
using this as an eval of RDNA3 on ROCm 5.4.3. other users report RDNA3 is not well supported, so sharing here. **Describe the bug** stable-diffusion-webui-rocm-stable-diffusion-webui-rocm-1 exited with code 139 **To...
Context: I am here from https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/5468. @hydrian i tried this repo / docker; it does not work for me. AMD RX 6800. clean Lubuntu host (5.19 kernel). I also tried...