fix graduallyInpainting: alway draw newest lines on mask
this can prevent previous result change
This commit is contained in:
@@ -49,7 +49,7 @@ export interface Settings {
|
||||
|
||||
export const settingStateDefault = {
|
||||
show: false,
|
||||
graduallyInpainting: false,
|
||||
graduallyInpainting: true,
|
||||
runInpaintingManually: false,
|
||||
model: AIModel.LAMA,
|
||||
ldmSteps: 50,
|
||||
|
||||
Reference in New Issue
Block a user