1
0
Fork 0

fix: increase step limits for SDXL

This commit is contained in:
Sean Sube 2023-11-05 15:37:05 -06:00
parent 5cf7a39be0
commit 44851e3785
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@
"highresSteps": {
"default": 0,
"min": 1,
"max": 200,
"max": 500,
"step": 1
},
"highresStrength": {
@ -182,7 +182,7 @@
"steps": {
"default": 25,
"min": 1,
"max": 200,
"max": 300,
"step": 1
},
"strength": {

View File

@ -88,7 +88,7 @@
"highresSteps": {
"default": 0,
"min": 1,
"max": 200,
"max": 500,
"step": 1
},
"highresStrength": {
@ -172,7 +172,7 @@
"steps": {
"default": 25,
"min": 1,
"max": 200,
"max": 300,
"step": 1
},
"strength": {