Skip to content

Commit

Permalink
fix: increase step limits for SDXL
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Nov 5, 2023
1 parent 5cf7a39 commit 44851e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"highresSteps": {
"default": 0,
"min": 1,
"max": 200,
"max": 500,
"step": 1
},
"highresStrength": {
Expand Down Expand Up @@ -182,7 +182,7 @@
"steps": {
"default": 25,
"min": 1,
"max": 200,
"max": 300,
"step": 1
},
"strength": {
Expand Down
4 changes: 2 additions & 2 deletions gui/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"highresSteps": {
"default": 0,
"min": 1,
"max": 200,
"max": 500,
"step": 1
},
"highresStrength": {
Expand Down Expand Up @@ -172,7 +172,7 @@
"steps": {
"default": 25,
"min": 1,
"max": 200,
"max": 300,
"step": 1
},
"strength": {
Expand Down

0 comments on commit 44851e3

Please sign in to comment.