From ad0271d6bc01dccef50e4bd85b04c20ee1b27ae1 Mon Sep 17 00:00:00 2001 From: Dowon Date: Mon, 20 May 2024 00:13:23 +0900 Subject: [PATCH] fix(scripts): 4 default taps --- scripts/!adetailer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/!adetailer.py b/scripts/!adetailer.py index c5a5f16..0a02eb5 100644 --- a/scripts/!adetailer.py +++ b/scripts/!adetailer.py @@ -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, ), )