Stable Diffusion WebUI安装
目录
- 下载源码
https://github.com/AUTOMATIC1111/stable-diffusion-webui
- 创建Python环境
|
|
- 安装torch
在阿里云镜像上下载最新的torch,torch、torchaudio、torchvision、xformers的whl包,手动pip安装。
https://hiyyq.cn/posts/20240217165828/
- 安装webui依赖
|
|
-
修改webui-user.bat
1 2 3 4 5 6 7 8 9
@echo off set PYTHON="D:\ai\stable-diffusion-webui\runtime\python.exe" set GIT=D:/ai/git/bin/git.exe set VENV_DIR= set SKIP_VENV=1 set COMMANDLINE_ARGS=--xformers call webui.bat
-
运行webui-user.bat即可