mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-02-19 06:40:08 +00:00
fix: num max models 5 -> 10
This commit is contained in:
@@ -592,7 +592,7 @@ def on_ui_settings():
|
||||
default=2,
|
||||
label="Max models",
|
||||
component=gr.Slider,
|
||||
component_args={"minimum": 1, "maximum": 5, "step": 1},
|
||||
component_args={"minimum": 1, "maximum": 10, "step": 1},
|
||||
section=section,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user