python安装xformers
安装对应版本的xformers https://github.com/facebookresearch/xformers#installing-xformers
pip install -U xformers --index-url https://download.pytorch.org/whl/cu118
修改之前的项目stable-diffusion-webui的启动,增加--xformers
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--xformers
call webui.bat