Steve 分享 2023 年 4 月 11 日

[保姆级教程]在 Windows 下安装 Stable Diffusion AMD 显卡系列,Lora 模型教学

[保姆级教程]在 Windows 下安装 Stable Diffusion AMD 显卡系列,Lora 模型教学

Stable Diffusion
Stable Diffusion

懒人包下载

配置环境

  1. 安装 Python 版本号为 3.10.6
  2. 安装 Git

下载 stable-diffusion-webui

新建文件夹-右击选择 Git Bash Here 在跳出来的终端中输入
AMD显卡
git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml && cd stable-diffusion-webui-directml && git submodule init && git submodule update
非AMD显卡
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
下载模型放入 stable-diffusion-webui\models\Stable-diffusion
模型下载地址:
ChilloutMix-NI
v1-5-pruned.safetensors

运行

如果不是 AMD 显卡直接运行 webui-user.bat
如果是 AMD 显卡请编辑webui-user.bat
如果您有 4-6gb vram,请尝试将这些标志添加到 webui-user.bat 中,如下所示:
COMMANDLINE_ARGS=--opt-sub-quad-attention --lowvram --disable-nan-check
对于许多 AMD gpus,您必须添加
--precision full --no-half 到webui-user.shCOMMANDLINE_ARGS=中 以避免出现黑色方块或崩溃。
点击 webui-user.bat 开始运行

导入 Lora 模型

Japanese
Japanese
Korean
Korean
TW
TW