From 5bb94b2dec78704cd8576303b5e565639d9ac4e8 Mon Sep 17 00:00:00 2001 From: Bingsu Date: Sat, 24 Jun 2023 21:53:29 +0900 Subject: [PATCH] fix: num max models 5 -> 10 --- scripts/!adetailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/!adetailer.py b/scripts/!adetailer.py index 29ac7d2..0829836 100644 --- a/scripts/!adetailer.py +++ b/scripts/!adetailer.py @@ -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, ), )