I managed to run Stable Diffusion locally on my machine as a docker container

r/StableDiffusion
Generative AI

It took me 2 days of fixing dependency issues but finally I managed to run universonic/stable-diffusion-webui on my local machine. The biggest issue was that it was using a python package called CLIP, which required me to downgrade setuptools to install it, but there were other issues such as a dead repository and a few other problems. I also managed to make a completely offline docker image using docker save.