2、pip安装环境报错:This error originates from a subprocess, and is likely not a problem with pip
这个就是单纯的网络问题,断开/连接代理然后重新执行“./webui.sh”
3、AttributeError: 'NoneType' object has no attribute 'pop'
这个问题基本上和第4点同时触发,直接看第4点。
4、Stable diffusion model failed to load upon startup
往上面看有这句:“The file may be malicious, so the program is not going to read it.(该文件可能是恶意的,因此程序不会读取它。)”这个就是模型错误,检查model有没有放错文件夹或者用了不支持(损坏)的模型。
5、RuntimeError:Cannot add middleware after an application has started