From c8043ae2e20fe098aac1eafeecbdbe05d9d7bdd9 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 31 May 2023 22:23:36 -0400 Subject: [PATCH] :memo: patch 1.1.206 (#1490) --- 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 59a266d..92d68ce 100644 --- a/scripts/controlnet_version.py +++ b/scripts/controlnet_version.py @@ -1,4 +1,4 @@ -version_flag = 'v1.1.205' +version_flag = 'v1.1.206' print(f'ControlNet {version_flag}') # A smart trick to know if user has updated as well as if user has restarted terminal. # Note that in "controlnet.py" we do NOT use "importlib.reload" to reload this "controlnet_version.py"