From 34da5b3461b89121f79f4375d4e798cd87450210 Mon Sep 17 00:00:00 2001 From: klimaleksus Date: Sat, 11 Nov 2023 22:38:43 +0500 Subject: [PATCH] - --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2156fdd..a3eb9ff 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ TL;DR: set your `Inpainting conditioning mask strength` to half of your `Denoisi This is Extension for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) for rewriting "Inpainting conditioning mask strength" value relative to "Denoising strength" at runtime. This is useful for "Inpainting" models such as `sd-v1-5-inpainting.ckpt` ## Installation: -Copy the link to this repository into "Extension index URL" in WebUI Extensions tab: +This extension is included into the official index! Just use `Available → Load from` in WebUI Extensions tab, and seek for `conditioning-highres-fix` +Or copy the link to this repository into `URL for extension's git repository` on `Install from URL` subtab there: ``` https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix ```