Windows
参考文章:从零开始,手把手教你本地部署Stable Diffusion Webui AI绘画(非最新版)
一键脚本安装
- 默认环境安装在项目路径的
venv
下
conda create -n df_env python==3.10
- 安装pytorch:(正常用国内网就行)
python -m pip install --upgrade pip
# 阿里云源稳定
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
# pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
- 运行核心脚本
webui-user.bat
- 安装依赖:
pip install -r requirement.txt
- 踩坑特定环境版本:
pip install tb_nightly -i https://mirrors.aliyun.com/pypi/simple