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

posted @ 2024-05-07 15:16  朝阳1  阅读(557)  评论(0编辑  收藏  举报