mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Change default of inpaintReplace to 1
This commit is contained in:
parent
07cdf6e9cb
commit
104b0ef0ba
527
frontend/dist/assets/index.18fcde62.js
vendored
Normal file
527
frontend/dist/assets/index.18fcde62.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
frontend/dist/assets/index.35e26a9a.js
vendored
10
frontend/dist/assets/index.35e26a9a.js
vendored
File diff suppressed because one or more lines are too long
@ -82,7 +82,7 @@ const initialInpaintingState: InpaintingState = {
|
||||
isDrawing: false,
|
||||
stageScale: 1,
|
||||
shouldUseInpaintReplace: false,
|
||||
inpaintReplace: 0.5,
|
||||
inpaintReplace: 1,
|
||||
};
|
||||
|
||||
const initialState: InpaintingState = initialInpaintingState;
|
||||
|
Loading…
Reference in New Issue
Block a user