官网

https://huggingface.co/models

stable-diffusion-webui

https://github.com/AUTOMATIC1111/stable-diffusion-webui

https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion

git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
git clone https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion

模型

https://huggingface.co/models

https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies

https://drive.yerf.org/wl/?id=EBfTrmcCCUAGaQBXVIj5lJmEhjoP1tgl

C:\0_project\stable-diffusion-webui\models\Stable-diffusion sd-v1-4.ckpt 改成 model.ckpt

RPC failed; curl 28 OpenSSL SSL_read:

git config --global http.sslVerify "false"

下载路径

C:\0_project\stable-diffusion-webui

跟路径下面路径修改

webui-user.bat

在 Windows 上自动安装

安装Python 3.10.6,勾选“Add Python to PATH”

1.首先进入python的官网
python的官方网站地址是:https://www.python.org/
python-3.11.0-amd64.exe

安装混帐。
下载 stable-diffusion-webui 存储库,例如通过运行git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git.
放置model.ckpt在models目录中(请参阅依赖项以获取它)。
(可选)放置GFPGANv1.4.pth在基本目录中,旁边webui.py(请参阅依赖项以获取它的位置)。
webui-user.bat以普通非管理员用户身份从 Windows 资源管理器运行。

安装失败

https://download.pytorch.org/whl/torch/

在 Linux 上自动安装

安装依赖项:

Debian-based:

sudo apt install wget git python3 python3-venv

Red Hat-based:

sudo dnf install wget git python3

Arch-based:

sudo pacman -S wget git python3
要在 中安装/home/$(whoami)/stable-diffusion-webui/,请运行:
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)

文档更新时间: 2022-11-28 11:50   作者:admin