Skip to content

Commit

Permalink
fix(api): correct denoise max, add missing face strength param
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 17, 2023
1 parent 0e27cc8 commit 227056d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 227056d

Please sign in to comment.