大体上步骤是下载 https://github.com/AUTOMATIC1111/stable-diffusion-webui,然后运行 webui.sh,在浏览器的 localhost:7860 就可以看到结果了。

Python 版本

由于 numpy 版本限制,python 必须使用 3.10 (3.11 可能也可以)。在 Ubuntu 20.04 下参考:Unable to install webui in ubuntu 20.04, python version is 3.8.10. TypeError: ‘type’ object is not subscriptable. #13976。其中python_cmd在 webui-user.sh 设置。

Python 3.10 can be installed from the deadsnakes PPA.

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.10

Then set python_cmd to python3.10. Delete the venv folder if it exists.

Or you can install it with an alternative package manager such as conda.

xformers

no module 'xformers'. Processing without

这个消息是说可以使用bash webui.sh --xformers的形式运行,这样会使用 xformers 这个库。 no module ‘xformers’. Processing without .. UGH #15939

代理

ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True

代理会导致服务器开启失败,总之先删掉环境变量吧。

[Bug]: VPN cause “ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True.” #9089

界面左下角是«↑ ↓ Viewing <>

这是进了w3m,q 键退出。