fix: sampler dropdown label

This commit is contained in:
Bingsu
2023-07-18 13:09:37 +09:00
parent 6c6a1ae0fe
commit b2b64fe288

View File

@@ -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,