webui的运行实在名为venv
的虚拟环境中进行的,所以通过launch.py
运行的时候,一定要先通过source venv/bin/activate
激活虚拟环境venv
。
1、报错:Couldn’t install gfpgan
原因: 代理的问题,应该是安装的时候挂了代理,所以没办法直接安装。
解决: 感觉停用代理应该可以,但是我没试过。或者在launch.py
文件中加入https://ghproxy.com/
如下图:
文章来源:https://www.toymoban.com/news/detail-508499.html
2、NotImplementedError: No operator found for memory_efficient_attention_forward with inputs:
原因: xformers
版本问题,0.0.18版本适用于pytorch2.0,webui现在默认的版本是1.13.1,所以不兼容。可以用python -m xformers.info
来查看xformers
的适配情况。
解决: 降低xformers
版本,pip install xformers==0.0.16
文章来源地址https://www.toymoban.com/news/detail-508499.html
到了这里,关于stable diffusion webui安装和运行中出现的bug及解决方式的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!