赞
踩
CUDA 12.1 | https://developer.nvidia.com/cuda-toolkit-archive
CUDNN 8.x | https://developer.nvidia.com/rdp/cudnn-archive
安装路径 F:/CUDA/v12.1
git官网 | https://git-scm.com/
miniconda3官网 | https://docs.anaconda.com/free/miniconda/index.html
git clone -b v1.9.3 https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
1.脚本创建python的虚拟环境
2.脚本会安装python包
3.脚本已经把很多东西都配置好了,启动就完事
激活虚拟环境
cd venv
.\Scripts\activate
安装xformers
pip install xformers==0.0.23.post1
需要安装其他包的,可以在这里去安装。
补充:
VENV_DIR
设置虚拟环境路径
./webui-user.bat
关于解决配置stable-diffusion-webui时的问题:No module ‘xformers‘. Proceeding without it.
关于这个问题,在stable-diffusion-webui/venv/Scripts目录下进入terminal,输入./activate激活stable diffusion创建的虚拟环境,然后使用:
pip install xformers==0.0.23.post1
就基本可以了,最后在webui-user.bat文件上右击,点击“编辑”,在set COMMANDLINE_ARGS=后面加上–xformers,保存,正常运行,就能使用xformers进行加速了
加群交流,备注:进AIGC群
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。