fix: xyz grid controlnet model passthrough option

This commit is contained in:
Dowon
2024-02-29 20:27:04 +09:00
parent e607041589
commit f21ac7b28f

View File

@@ -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()],
),
]