To use this container you would first need to install docker and docker-compose.
After that you would need deleted rocm/composable_kernel:ck_ub20.04_rocm5.5_rc4 docker image (alpha build of ROCM). You can download the image, using bittorect magnet link in the files of the gist. After downloading the image load it with docker load --input rocm5.5.tar.gz
Running is as simple as: sudo docker-compose up --build. After that Stable Diffusion Web UI could be accessed in http://127.0.0.1:3000
Many thanks to @wsippel for putting up step by step guide to get it working.
This is tested on kernel 6.2.10 and mesa 23.0.0
Hi ! I'm currently trying to make the webui work by using the rocm_lab docker image: https://github.com/evshiron/rocm_lab/pkgs/container/rocm_lab/91995157?tag=rocm5.5-a1111-webui
When I connect to the docker image to check if everything is well installed I keep getting this error:
I also have the exact same error when the webui start and try to load a model (safetensor).
Has anyone else encountered this issue ?
Thanks