mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
fix(ui): ad_mask_filter_method add suffix
This commit is contained in:
@@ -297,7 +297,8 @@ def detection(w: Widgets, n: int, is_img2img: bool):
|
||||
w.ad_mask_filter_method = gr.Radio(
|
||||
choices=["Area", "Confidence"],
|
||||
value="Area",
|
||||
label="Method to filter top k masks by (confidence or area)",
|
||||
label="Method to filter top k masks by (confidence or area)"
|
||||
+ suffix(n),
|
||||
visible=True,
|
||||
elem_id=eid("ad_mask_filter_method"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user