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
ab1e207765
commit
e6226b45de
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,
|
isDrawing: false,
|
||||||
stageScale: 1,
|
stageScale: 1,
|
||||||
shouldUseInpaintReplace: false,
|
shouldUseInpaintReplace: false,
|
||||||
inpaintReplace: 0.5,
|
inpaintReplace: 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
const initialState: InpaintingState = initialInpaintingState;
|
const initialState: InpaintingState = initialInpaintingState;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user