From a7428e6c7daa4ea913c16a15540a4946007e1a38 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Sat, 4 May 2024 12:27:38 -0400 Subject: [PATCH 1/2] :memo: Update to version v1.1.447 --- scripts/controlnet_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From f3f1b522300bbb11f1c824620d02cf94c33c5d09 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Sat, 4 May 2024 12:28:38 -0400 Subject: [PATCH 2/2] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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]