From 5d5bfdbbcc26489e623f8fb673f7fd08667a8edb Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 29 Apr 2023 15:59:59 -0500 Subject: [PATCH] fix: increase max image sizes --- api/params.json | 12 ++++++------ gui/src/config.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api/params.json b/api/params.json index 1a0602b3..d8d0107e 100644 --- a/api/params.json +++ b/api/params.json @@ -9,7 +9,7 @@ "bottom": { "default": 0, "min": 0, - "max": 512, + "max": 1024, "step": 8 }, "cfg": { @@ -61,7 +61,7 @@ "height": { "default": 512, "min": 256, - "max": 1024, + "max": 8192, "step": 8 }, "highresIterations": { @@ -103,7 +103,7 @@ "left": { "default": 0, "min": 0, - "max": 512, + "max": 1024, "step": 8 }, "loopback": { @@ -149,7 +149,7 @@ "right": { "default": 0, "min": 0, - "max": 512, + "max": 1024, "step": 8 }, "scale": { @@ -193,7 +193,7 @@ "top": { "default": 0, "min": 0, - "max": 512, + "max": 1024, "step": 8 }, "upscaleOrder": { @@ -211,7 +211,7 @@ "width": { "default": 512, "min": 256, - "max": 1024, + "max": 8192, "step": 8 } } diff --git a/gui/src/config.json b/gui/src/config.json index f8ea2a73..a61f5f49 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -13,7 +13,7 @@ "bottom": { "default": 0, "min": 0, - "max": 512, + "max": 1024, "step": 8 }, "cfg": { @@ -65,7 +65,7 @@ "height": { "default": 512, "min": 256, - "max": 1024, + "max": 8192, "step": 8 }, "highresMethod": { @@ -101,7 +101,7 @@ "left": { "default": 0, "min": 0, - "max": 512, + "max": 1024, "step": 8 }, "loopback": { @@ -147,7 +147,7 @@ "right": { "default": 0, "min": 0, - "max": 512, + "max": 1024, "step": 8 }, "scale": { @@ -191,7 +191,7 @@ "top": { "default": 0, "min": 0, - "max": 512, + "max": 1024, "step": 8 }, "upscaleOrder": { @@ -209,7 +209,7 @@ "width": { "default": 512, "min": 256, - "max": 1024, + "max": 8192, "step": 8 } }