I've trawled through stack overflow, several youtube videos and can't for the life of me work this out.
I've unpackaged and pulled from git, all files are where they need to be as far as the installation for Stable Diffusion goes - but when I go to run I get two errors, one being the pip version. I upgraded via 'pip install --upgrade pip
' and though the version updated, I'm still getting the below error.
The other issue is that pytorch doesn't seem to have installed. I've added it to the requirements.txt and run 'pip install -r requirements.txt
' which doesn't seem to work either. I also downloaded 1.12.1+cu113 and ran pip install "path/"
and received the error "ERROR: torch-1.12.1+cu113-cp39-cp39-win_amd64.whl is not a supported wheel on this platform."
Error received below:
stderr: ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: none)
ERROR: No matching distribution found for torch==1.12.1+cu113
WARNING: You are using pip version 20.1.1; however, version 22.3 is available.
You should consider upgrading via the 'C:\Users\XXX\Downloads\STABLE\stable-diffusion-webui\venv\Scripts\python.exe -m pip install --upgrade pip' command.
Any help would be greatly appreciated, I've tried my best to be self-sufficient so I'm putting it to the people who may know how to help.