mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Sets defaults to show inpaint box and fill
This commit is contained in:
parent
cbe8a9550c
commit
9e70c216f6
@ -64,8 +64,8 @@ const initialInpaintingState: InpaintingState = {
|
|||||||
boundingBoxDimensions: { width: 512, height: 512 },
|
boundingBoxDimensions: { width: 512, height: 512 },
|
||||||
boundingBoxCoordinate: { x: 0, y: 0 },
|
boundingBoxCoordinate: { x: 0, y: 0 },
|
||||||
boundingBoxPreviewFill: { r: 0, g: 0, b: 0, a: 0.7 },
|
boundingBoxPreviewFill: { r: 0, g: 0, b: 0, a: 0.7 },
|
||||||
shouldShowBoundingBox: false,
|
shouldShowBoundingBox: true,
|
||||||
shouldShowBoundingBoxFill: false,
|
shouldShowBoundingBoxFill: true,
|
||||||
cursorPosition: null,
|
cursorPosition: null,
|
||||||
lines: [],
|
lines: [],
|
||||||
pastLines: [],
|
pastLines: [],
|
||||||
|
Loading…
Reference in New Issue
Block a user