make mask blur work

This commit is contained in:
Qing
2022-09-22 21:50:41 +08:00
parent 19f1f07c95
commit 26d938839c
5 changed files with 19 additions and 13 deletions

View File

@@ -231,7 +231,7 @@ export const settingStateDefault: Settings = {
zitsWireframe: true,
// SD
sdMaskBlur: 0,
sdMaskBlur: 5,
sdMode: SDMode.inpainting,
sdStrength: 0.75,
sdSteps: 50,