├── G4560.png ├── README.md ├── webui-cpu.bat └── 没有N卡看我.docx /G4560.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EM0NS/Stable-Diffusion-cpu-method/0cf4e419c9ed7b1d3bb0d39f15fbb372170cc80c/G4560.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Stable-Diffusion-cpu-method--Web-Ui 2 | 3 | 让你的CPU也可以跑二次猿! 4 | 5 | ## 看word,目前为止通用的,开源作者更新太频繁了我要麻了 6 | 7 | 8 | 9 | 10 | 11 | 12 | 实测10875h 512x512 20采样次数 3min一张图片 13 | 14 | 模型全部放在内存里,所以没有显存一说 15 | 16 | 你的内存大小决定了你能跑多大的图 17 | ~~ - emm,改改改改,webui-user.bat也替换一下~~ 18 | 19 | 20 | 甚至是G4560 21 | ![image](https://github.com/1EM0NS/Stable-Diffusion-cpu-method/blob/main/G4560.png) 22 | 23 | 24 | 25 | ~~sd_hijack_optimizations.py 和shared.py 替换放在stable-diffusion-webui-master\modules内~~ 26 | -------------------------------------------------------------------------------- /webui-cpu.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | set PYTHON= 4 | set GIT= 5 | set VENV_DIR= 6 | set COMMANDLINE_ARGS= --no-half --skip-torch-cuda-test 7 | 8 | call webui.bat 9 | -------------------------------------------------------------------------------- /没有N卡看我.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1EM0NS/Stable-Diffusion-cpu-method/0cf4e419c9ed7b1d3bb0d39f15fbb372170cc80c/没有N卡看我.docx --------------------------------------------------------------------------------