From f21ac7b28f6e9a51b25a435a2d2a0e2f5d3aa0f5 Mon Sep 17 00:00:00 2001 From: Dowon Date: Thu, 29 Feb 2024 20:27:04 +0900 Subject: [PATCH] fix: xyz grid controlnet model passthrough option --- scripts/!adetailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/!adetailer.py b/scripts/!adetailer.py index 0161180..747798c 100644 --- a/scripts/!adetailer.py +++ b/scripts/!adetailer.py @@ -971,7 +971,7 @@ def make_axis_on_xyz_grid(): "[ADetailer] ControlNet model 1st", str, partial(set_value, field="ad_controlnet_model"), - choices=lambda: ["None", *get_cn_models()], + choices=lambda: ["None", "Passthrough", *get_cn_models()], ), ]