Skip to content

Commit

Permalink
fix(gui): add missing params to client-side config
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 24, 2023
1 parent e5fc9f9 commit 1d373fa
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions gui/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
"highres": {
"default": false
},
"highresIterations": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"highresMethod": {
"default": "lanczos",
"keys": [
Expand Down Expand Up @@ -181,12 +187,6 @@
"max": 1,
"step": 0.01
},
"stride": {
"default": 128,
"min": 64,
"max": 512,
"step": 64
},
"tiled_vae": {
"default": false
},
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1d373fa

Please sign in to comment.