>>2752575Haven't read the rest of this thread so you may have done most or all of this already but hopefully this helps to get running on CPU if you haven't already.
Install Python 3.10 from
https://www.python.org/downloads/release/python-3109/(guide says 3.10.6 but 3.10.9 works)
Doesn't matter if it's on your path, you can specify it in the launch script
Install git
https://git-scm.com/download/winMake sure you can run git from command line (I believe it adds it to your path automatically with default install)
Clone repo by running the following command:
git clone
https://github.com/AUTOMATIC1111/stable-diffusion-webuiThis creates the folder stable-diffusion-webui
In that folder, edit webui-user.bat
Change the two lines to set PYTHON and COMMANDLINE_ARGS. They should be (if you installed Python in default location):
set PYTHON="C:\Python310\python.exe"
set COMMANDLINE_ARGS=--use-cpu all --no-half
(not sure if there are other options for improving CPU performance, xformers doesn't work, but this got it to run on CPU for me)
Download model(s) e.g.
https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/Models/AbyssOrangeMix2/AbyssOrangeMix2_nsfw.safetensors and place in stable-diffusion-webui\models\Stable-diffusion
Download VAE(s) e.g.
https://huggingface.co/WarriorMama777/OrangeMixs/blob/main/VAEs/orangemix.vae.pt and place in stable-diffusion-webui\models\VAE
Then, run webui-user.bat
Go to
http://127.0.0.1:7860/In Settings tab -> Stable Diffusion select something for SD VAE
Then go to txt2img tab, put in a prompt, and start generating