mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-14 01:40:05 +00:00
feat: add None for 1st tap
This commit is contained in:
@@ -1 +1 @@
|
||||
__version__ = "23.5.18"
|
||||
__version__ = "23.5.19.dev0"
|
||||
|
||||
@@ -105,7 +105,7 @@ def one_ui_group(
|
||||
eid = partial(elem_id, n=n, is_img2img=is_img2img)
|
||||
|
||||
with gr.Row():
|
||||
model_choices = model_list if n == 0 else ["None"] + model_list
|
||||
model_choices = model_list + ["None"] if n == 0 else ["None"] + model_list
|
||||
|
||||
w.ad_model = gr.Dropdown(
|
||||
label="ADetailer model" + suffix(n),
|
||||
|
||||
Reference in New Issue
Block a user