diff --git a/adetailer/ui.py b/adetailer/ui.py index ed0dd27..1d54435 100644 --- a/adetailer/ui.py +++ b/adetailer/ui.py @@ -417,6 +417,7 @@ def inpainting(w: Widgets, n: int, is_img2img: bool, samplers: list[str]): ) w.ad_sampler = gr.Dropdown( + label="ADetailer sampler" + suffix(n), choices=samplers, value="DPM++ 2M Karras", visible=True,