stable-diffusion-webui 安装

2023-03-28 21:13 阅读

环境

  • git
  • Python 3.10.6 必须使用这个版本
  • https://github.com/AUTOMATIC1111/stable-diffusion-webui

GIT代理

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镜像

# 升级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

下载stable-diffusion-webui

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.txtgradio==3.23改为gradio==3.22

注意:阿里云PIP镜像包含最新gradio,直接使用阿里云PIP镜像即可。

汉化

https://github.com/VinsonLaro/stable-diffusion-webui-chinese

Lora

https://github.com/kohya-ss/sd-webui-additional-networks

QQ咨询
电话
微信
微信扫码咨询