From cb31b072b4ab8bd6dfb834c3559c76b836dbb313 Mon Sep 17 00:00:00 2001 From: sgmklp <2394501736@qq.com> Date: Sun, 16 Oct 2022 13:51:08 +0800 Subject: [PATCH] chang maxResults to default --- tags/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/config.json b/tags/config.json index b384685..4aeb438 100644 --- a/tags/config.json +++ b/tags/config.json @@ -5,7 +5,7 @@ "img2img": true, "negativePrompts": true }, - "maxResults": 8, + "maxResults": 5, "replaceUnderscores": true, "escapeParentheses": true, "useWildcards": true,