diff --git a/gui/src/config.json b/gui/src/config.json index e95dc3c7..8e5d5a01 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -71,6 +71,12 @@ "highres": { "default": false }, + "highresIterations": { + "default": 1, + "min": 1, + "max": 4, + "step": 1 + }, "highresMethod": { "default": "lanczos", "keys": [ @@ -181,12 +187,6 @@ "max": 1, "step": 0.01 }, - "stride": { - "default": 128, - "min": 64, - "max": 512, - "step": 64 - }, "tiled_vae": { "default": false }, @@ -233,6 +233,12 @@ "max": 0.9, "step": 0.01 }, + "vae_tile": { + "default": 512, + "min": 128, + "max": 1024, + "step": 128 + }, "width": { "default": 512, "min": 256,