From 66ac9b20218d02ed4e8e0c2f4c934b8dc73cfbad Mon Sep 17 00:00:00 2001 From: Aptronymist <108482020+Aptronymist@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:58:18 -0800 Subject: [PATCH] Update installer.py Locking ControlNet extension at ecd33eb again to resolve current run preprocessor issues. --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index aabcc6020..96f06149c 100644 --- a/installer.py +++ b/installer.py @@ -47,7 +47,7 @@ args = Dot({ }) git_commit = "unknown" submodules_commit = { - # 'sd-webui-controlnet': 'ecd33eb', + 'sd-webui-controlnet': 'ecd33eb', # 'stable-diffusion-webui-images-browser': '27fe4a7', }