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
@GianlucaMattei
The
dmesg
logs you posted are normal initialization logs when the system booted, and it looks OK.So it generates. For image quality, you can choose various models and settings once it's settled.
It should be an installation issue. Let's start from scratch:
launch.log
Now open http://127.0.0.1:7860, input
river
in the "Prompt" box, click the "Generate" button and it should generate an image of "river".If it doesn't work, try the above steps with a new user, or with a fresh Ubuntu installation. Post logs if issues remain.
Extra info can be found here.