Skip to content

Commit

Permalink
fix: increase max image sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 29, 2023
1 parent b4dfc44 commit 5d5bfdb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions api/params.json
Expand Up @@ -9,7 +9,7 @@
"bottom": {
"default": 0,
"min": 0,
"max": 512,
"max": 1024,
"step": 8
},
"cfg": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"height": {
"default": 512,
"min": 256,
"max": 1024,
"max": 8192,
"step": 8
},
"highresIterations": {
Expand Down Expand Up @@ -103,7 +103,7 @@
"left": {
"default": 0,
"min": 0,
"max": 512,
"max": 1024,
"step": 8
},
"loopback": {
Expand Down Expand Up @@ -149,7 +149,7 @@
"right": {
"default": 0,
"min": 0,
"max": 512,
"max": 1024,
"step": 8
},
"scale": {
Expand Down Expand Up @@ -193,7 +193,7 @@
"top": {
"default": 0,
"min": 0,
"max": 512,
"max": 1024,
"step": 8
},
"upscaleOrder": {
Expand All @@ -211,7 +211,7 @@
"width": {
"default": 512,
"min": 256,
"max": 1024,
"max": 8192,
"step": 8
}
}
12 changes: 6 additions & 6 deletions gui/src/config.json
Expand Up @@ -13,7 +13,7 @@
"bottom": {
"default": 0,
"min": 0,
"max": 512,
"max": 1024,
"step": 8
},
"cfg": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"height": {
"default": 512,
"min": 256,
"max": 1024,
"max": 8192,
"step": 8
},
"highresMethod": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"left": {
"default": 0,
"min": 0,
"max": 512,
"max": 1024,
"step": 8
},
"loopback": {
Expand Down Expand Up @@ -147,7 +147,7 @@
"right": {
"default": 0,
"min": 0,
"max": 512,
"max": 1024,
"step": 8
},
"scale": {
Expand Down Expand Up @@ -191,7 +191,7 @@
"top": {
"default": 0,
"min": 0,
"max": 512,
"max": 1024,
"step": 8
},
"upscaleOrder": {
Expand All @@ -209,7 +209,7 @@
"width": {
"default": 512,
"min": 256,
"max": 1024,
"max": 8192,
"step": 8
}
}
Expand Down

0 comments on commit 5d5bfdb

Please sign in to comment.