官网 https://github.com/AUTOMATIC1111/stable-diffusion-webui
免python版本 https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre
先把源码,克隆到本地,conda创建一个虚拟环境
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
conda create -n stableDiffusionWebui python=3.10.6
conda activate stableDiffusionWebui
下载大模型,可以去https://hf-mirror.com/
然后放到models/Stable-diffusion
默认需要电脑支持gpu,而且代码会下载最新的torch,先去https://pytorch.org/get-started/locally/找到符合自己电脑的torch,再修改源码,找到 prepare_environment方法