引用自 摸鱼wiki
1. 安装准备
- Python 3.10.6
- Git
- stable-diffusion-webui
2. 安装 Python
到 Python 官网上下载 3.10.6版本,然后安装时勾选 “Add Python to PATH”
3. 安装 Git
到 Git官网 上下载一个命令行的git,按安装程序默认安装即可
4. 安装 stable-diffusion-webui
4.1 基础安装
- 从github上拉取仓库,
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
- 运行脚本
webui-user.bat
- 其他系统可以参考 官方文档
4.2 安装 xformers
- 修改webui-user.bat:
set COMMANDLINE_ARGS=--xformers
- 重新运行会自动安装xformer
5. 遇到的问题
5.1 无法安装gfpgan/clip等基础库
拉取不了对应代码仓库的内容,最简单的方法是挂VPN即可。其次可以在 launch.py 文件内,将域名github.com改用国内镜像加速域名
5.2 SSL报错
根据GitHub上 相关issue 的描述,只需要在 launch.py 开头加上 os.environ['CURL_CA_BUNDLE'] = ''
即可解决问题
文章来源:https://www.toymoban.com/news/detail-466264.html
6. 最终效果
文章来源地址https://www.toymoban.com/news/detail-466264.html
到了这里,关于Stable Diffusion 安装教程的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!