mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Crop to Bounding Box > Save Box Region Only
This commit is contained in:
committed by
blessedcoolant
parent
90eaac5134
commit
8a16c8a196
@@ -103,7 +103,7 @@ const IAICanvasSettingsButtonPopover = () => {
|
||||
onChange={(e) => dispatch(setShouldAutoSave(e.target.checked))}
|
||||
/>
|
||||
<IAICheckbox
|
||||
label="Crop to Bounding Box"
|
||||
label="Save Box Region Only"
|
||||
isChecked={shouldCropToBoundingBoxOnSave}
|
||||
onChange={(e) =>
|
||||
dispatch(setShouldCropToBoundingBoxOnSave(e.target.checked))
|
||||
|
||||
@@ -64,7 +64,7 @@ const initialCanvasState: CanvasState = {
|
||||
minimumStageScale: 1,
|
||||
pastLayerStates: [],
|
||||
shouldAutoSave: false,
|
||||
shouldCropToBoundingBoxOnSave: true,
|
||||
shouldCropToBoundingBoxOnSave: false,
|
||||
shouldDarkenOutsideBoundingBox: false,
|
||||
shouldLockBoundingBox: false,
|
||||
shouldPreserveMaskedArea: false,
|
||||
|
||||
Reference in New Issue
Block a user