From 44851e3785074c228b1ebcb7740ffec29e3c6200 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 5 Nov 2023 15:37:05 -0600 Subject: [PATCH] fix: increase step limits for SDXL --- api/params.json | 4 ++-- gui/src/config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/params.json b/api/params.json index 9ed7451f..d9cd6fa0 100644 --- a/api/params.json +++ b/api/params.json @@ -98,7 +98,7 @@ "highresSteps": { "default": 0, "min": 1, - "max": 200, + "max": 500, "step": 1 }, "highresStrength": { @@ -182,7 +182,7 @@ "steps": { "default": 25, "min": 1, - "max": 200, + "max": 300, "step": 1 }, "strength": { diff --git a/gui/src/config.json b/gui/src/config.json index d658a121..91cccb8e 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -88,7 +88,7 @@ "highresSteps": { "default": 0, "min": 1, - "max": 200, + "max": 500, "step": 1 }, "highresStrength": { @@ -172,7 +172,7 @@ "steps": { "default": 25, "min": 1, - "max": 200, + "max": 300, "step": 1 }, "strength": {