mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-05-01 03:31:21 +00:00
fix: xyz grid controlnet model passthrough option
This commit is contained in:
@@ -971,7 +971,7 @@ def make_axis_on_xyz_grid():
|
|||||||
"[ADetailer] ControlNet model 1st",
|
"[ADetailer] ControlNet model 1st",
|
||||||
str,
|
str,
|
||||||
partial(set_value, field="ad_controlnet_model"),
|
partial(set_value, field="ad_controlnet_model"),
|
||||||
choices=lambda: ["None", *get_cn_models()],
|
choices=lambda: ["None", "Passthrough", *get_cn_models()],
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user