mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-02-09 18:00:05 +00:00
fix: ratio min max steps
This commit is contained in:
@@ -183,7 +183,7 @@ def detection(w: Widgets, n: int):
|
||||
label="Mask min area ratio" + suffix(n),
|
||||
minimum=0.0,
|
||||
maximum=1.0,
|
||||
step=0.01,
|
||||
step=0.001,
|
||||
value=0.0,
|
||||
visible=True,
|
||||
)
|
||||
@@ -191,7 +191,7 @@ def detection(w: Widgets, n: int):
|
||||
label="Mask max area ratio" + suffix(n),
|
||||
minimum=0.0,
|
||||
maximum=1.0,
|
||||
step=0.01,
|
||||
step=0.001,
|
||||
value=1.0,
|
||||
visible=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user