Hello,
I’ve been having trouble getting Stable Diffusion to run on Arch. I bought a 7900 XTX a couple weeks ago to get away from NVIDIA, one thing I really liked to do was mess around in Stable Diffusion, but for some reason I can’t seem to get it working. I followed the guide on their page, but I think it may be outdated:
When I do ‘pip install -r requirements.txt’, it fails halfway through installing:
https://paste.debian.net/1317412
Not sure what to do from here, any help is appreciated!
I had python problems on Fedora and Nvidia. In addition to installing python 3.10, I needed to change the python command in webui.sh from python to python3.10
Perhaps you weren’t using venv? If you do, it ought to create aliases to both python and python3 to the correct binary