Skip to content

Commit

Permalink
fix(gui): sync client and server default params
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 26, 2023
1 parent ae0e844 commit b93a5da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gui/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"height": {
"default": 512,
"min": 256,
"min": 128,
"max": 8192,
"step": 8
},
Expand Down Expand Up @@ -98,7 +98,7 @@
"step": 1
},
"highresStrength": {
"default": 0.5,
"default": 0.1,
"min": 0,
"max": 1,
"step": 0.01
Expand Down Expand Up @@ -212,7 +212,7 @@
"unet_tile": {
"default": 512,
"min": 128,
"max": 1024,
"max": 2048,
"step": 128
},
"upscaleOrder": {
Expand Down Expand Up @@ -241,7 +241,7 @@
},
"width": {
"default": 512,
"min": 256,
"min": 128,
"max": 8192,
"step": 8
}
Expand Down

0 comments on commit b93a5da

Please sign in to comment.