一、下载源码

GitHub - AUTOMATIC1111/stable-diffusion-webui: Stable Diffusion web UI

二、安装miniconda

参考:安装启动yolo5教程_苍穹之跃的博客

三、安装CUDA

参考:安装启动yolo5教程_苍穹之跃的博客

四、创建虚拟环境

安装启动Stable Diffusion教程_python

conda create -n stable python=3.10.9
conda activate stable

五、安装依赖

安装启动Stable Diffusion教程_stable diffusion_02

先安装一下pytorch

conda install pytorch==1.10.0 torchvision==0.11.0  cudatoolkit=11.3 -c pytorch -c conda-forge

在安装一下basicsr【博主安装这个的时候打开了梯子】

pip install basicsr
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

安装启动Stable Diffusion教程_stable diffusion_03

安装启动Stable Diffusion教程_stable diffusion_04

 六、启动

cd到项目根目录(确保C盘空间足够)

webui-user.bat

安装启动Stable Diffusion教程_python_05

安装启动Stable Diffusion教程_UI_06

呈现上图则表示启动成功 !不用等待IP端口出现。

七 、访问

http://127.0.0.1:7860/

安装启动Stable Diffusion教程_IP_07

安装启动Stable Diffusion教程_python_08

 

安装启动Stable Diffusion教程_python_09