mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-02 03:49:59 +00:00
fix: sampler dropdown label
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user