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
ROCm 5.5.1 is now available (actually 2 days before)
Ubuntu installer: https://repo.radeon.com/amdgpu-install/5.5.1/ubuntu/jammy/amdgpu-install_5.5.50501-1_all.deb
Some wheels (read its README.md): https://repo.radeon.com/rocm/manylinux/rocm-rel-5.5.1/
torch
built for ROCm 5.5.0 seems to work with 5.5.1Old
vladmandic/automatic
works fine on my end. Although the first image took 4 minutes to complete. Later tests didn't hint a performance improvement.Old
oobabooga/text-generation-webui
works fine too. Imo it's a bit slower. Maybe a rebuild for ROCm 5.5.1 performs better.Old
triton
freezed or failed a lot when running unit tests.Others remain unchecked.