1
0
Fork 0

fix(api): correct denoise max, add missing face strength param

This commit is contained in:
Sean Sube 2023-01-16 22:55:54 -06:00
parent 0e27cc830d
commit 227056d976
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,13 @@
"denoise": {
"default": 0.5,
"min": 0,
"max": 0,
"max": 1,
"step": 0.1
},
"faceStrength": {
"default": 0.5,
"min": 0,
"max": 1,
"step": 0.1
},
"height": {