mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +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",
|
||||
str,
|
||||
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