git
Python 3.10.6
必须使用这个版本https://github.com/AUTOMATIC1111/stable-diffusion-webui
git config --global http.https://github.com.proxy 'socks5://127.0.0.1:1080'
Git不认https.proxy,设置http.proxy就可以支持 https 了。
# 查看设置
git config --list
# 取消设置
git config --global --unset http.https://github.com.proxy
# 升级pip
python -m pip install -i https://mirrors.aliyun.com/pypi/simple --upgrade pip
# 设置pip的清华镜像
# https://mirrors.tuna.tsinghua.edu.cn/help/pypi/
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
可能需要修改webui-user.bat
set PYTHON="C:\Users\PONY\AppData\Local\Programs\Python\Python310\python.exe"
双击webui-user.bat
需要注意国内镜像gradio==3.23
尚未同步,有可能出现找不到这个的版本的问题,可以另外安装:
pip install --upgrade gradio -i https://pypi.org/simple
或者将文件requirements_versions.txt
中gradio==3.23
改为gradio==3.22
注意:阿里云PIP镜像包含最新gradio,直接使用阿里云PIP镜像即可。
https://github.com/VinsonLaro/stable-diffusion-webui-chinese
https://github.com/kohya-ss/sd-webui-additional-networks