mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
fix(scripts): 4 default taps
This commit is contained in:
@@ -853,10 +853,10 @@ def on_ui_settings():
|
||||
shared.opts.add_option(
|
||||
"ad_max_models",
|
||||
shared.OptionInfo(
|
||||
default=2,
|
||||
default=4,
|
||||
label="Max models",
|
||||
component=gr.Slider,
|
||||
component_args={"minimum": 1, "maximum": 10, "step": 1},
|
||||
component_args={"minimum": 1, "maximum": 15, "step": 1},
|
||||
section=section,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user