From 8f01dfdaa9796108f0af16974edc732fe96d7231 Mon Sep 17 00:00:00 2001 From: Dowon Date: Tue, 23 Jan 2024 22:20:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9D=B4=EB=A0=87=EA=B2=8C=20=EC=BD=94?= =?UTF-8?q?=EB=94=A9=ED=95=98=EC=8B=9C=EB=A9=B4=20=ED=97=B7=EA=B0=88?= =?UTF-8?q?=EB=A0=A4=EC=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/!adetailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/!adetailer.py b/scripts/!adetailer.py index 6cc5110..6e4c7ea 100644 --- a/scripts/!adetailer.py +++ b/scripts/!adetailer.py @@ -522,7 +522,7 @@ def get_i2i_p(self, p, args: ADetailerArgs, image): if args.ad_controlnet_model not in ["None", "Passthrough"]: self.update_controlnet_args(i2i, args) - elif args.ad_controlnet_model != "Passthrough": + elif args.ad_controlnet_model == "None": i2i.control_net_enabled = False return i2i