1
0
Fork 0

fix: increase max image sizes

This commit is contained in:
Sean Sube 2023-04-29 15:59:59 -05:00
parent b4dfc44bc6
commit 5d5bfdbbcc
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 12 additions and 12 deletions

View File

@ -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
}
}

View File

@ -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
}
}