From 3d75bd08e3f20b9999985a828f7567c84925c862 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sat, 4 May 2024 12:29:05 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20to=20version=20v1.1.447?= =?UTF-8?q?=20(#2842)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :memo: Update to version v1.1.447 * update readme --- README.md | 2 ++ scripts/controlnet_version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5800d4c6d..c106e77f8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The WebUI extension for ControlNet and other injection-based SD controls. This extension is for AUTOMATIC1111's [Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui), allows the Web UI to add [ControlNet](https://github.com/lllyasviel/ControlNet) to the original Stable Diffusion model to generate images. The addition is on-the-fly, the merging is not required. # News + +- [2024-05-04] 🔥[v1.1.447] PuLID [Discussion thread: https://github.com/Mikubill/sd-webui-controlnet/discussions/2841] - [2024-04-30] 🔥[v1.1.446] Effective region mask supported for ControlNet/IPAdapter [Discussion thread: https://github.com/Mikubill/sd-webui-controlnet/discussions/2831] - [2024-04-27] 🔥ControlNet-lllite Normal Dsine released [Discussion thread: https://github.com/Mikubill/sd-webui-controlnet/discussions/2813] - [2024-04-19] 🔥[v1.1.445] IPAdapter advanced weight [Instant Style] [Discussion thread: https://github.com/Mikubill/sd-webui-controlnet/discussions/2770] diff --git a/scripts/controlnet_version.py b/scripts/controlnet_version.py index 2389999d8..22e15edf9 100644 --- a/scripts/controlnet_version.py +++ b/scripts/controlnet_version.py @@ -1,6 +1,6 @@ from scripts.logging import logger -version_flag = 'v1.1.446' +version_flag = 'v1.1.447' logger.info(f"ControlNet {version_flag}") # A smart trick to know if user has updated as well as if user has restarted terminal.