From b2b64fe2884272aa4f6233879aa107ef402a7b91 Mon Sep 17 00:00:00 2001 From: Bingsu Date: Tue, 18 Jul 2023 13:09:37 +0900 Subject: [PATCH] fix: sampler dropdown label --- adetailer/ui.py | 1 + 1 file changed, 1 insertion(+) 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,