fix graduallyInpainting: alway draw newest lines on mask

this can prevent previous result change
This commit is contained in:
Qing
2022-06-29 21:33:33 +08:00
parent dc950ed3fe
commit 54289ea66d
2 changed files with 7 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ export interface Settings {
export const settingStateDefault = {
show: false,
graduallyInpainting: false,
graduallyInpainting: true,
runInpaintingManually: false,
model: AIModel.LAMA,
ldmSteps: 50,