From 9031a356d1700f1617ef87dd0d2b5927a7009e91 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Sat, 18 Feb 2023 08:41:09 +0000 Subject: [PATCH] Windows+AMD - guide fix #1 https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/7870#discussioncomment-5011933 --- Install-and-Run-on-AMD-GPUs.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Install-and-Run-on-AMD-GPUs.md b/Install-and-Run-on-AMD-GPUs.md index 5e78f0e..8fcdc14 100644 --- a/Install-and-Run-on-AMD-GPUs.md +++ b/Install-and-Run-on-AMD-GPUs.md @@ -9,9 +9,14 @@ make sure you have the modified repositories in `stable-diffusion-webui-directml * https://github.com/lshqqytiger/k-diffusion-directml/tree/master * https://github.com/lshqqytiger/stablediffusion-directml/tree/main -Place stable diffusion checkpoint (model.ckpt) in the models/Stable-diffusion directory, and double-click `webui-user.bat`. If you have 4-6gb vram, try adding these flags to `webui-user.bat` like so: +(rename them to `k-diffusion` and `stable-diffusion-stability-ai`) +Place any stable diffusion checkpoint (ckpt or safetensor) in the models/Stable-diffusion directory, and double-click `webui-user.bat`. If you have 4-6gb vram, try adding these flags to `webui-user.bat` like so: -`COMMANDLINE_ARGS=--opt-sub-quad-attention --lowvram` +`COMMANDLINE_ARGS=--opt-sub-quad-attention --lowvram --disable-nan-check` + +You can add --autolaunch to auto open the url for you. + +If it looks like it is stuck when installing gfpgan or gfgan, press enter and it should continue. (The rest **below are installation guides for linux** with rocm.)