mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): update output only masked regions
- New name: "Output only Generated Regions" - New default: true (this was the intention, but at some point the behaviour of the setting was inverted without the default being changed)
This commit is contained in:
committed by
Kent Keirsey
parent
f36583f866
commit
d5ff7ef250
@@ -90,7 +90,7 @@ const initialState: CanvasSettingsState = {
|
||||
invertScrollForToolWidth: false,
|
||||
color: { r: 31, g: 160, b: 224, a: 1 }, // invokeBlue.500
|
||||
sendToCanvas: false,
|
||||
outputOnlyMaskedRegions: false,
|
||||
outputOnlyMaskedRegions: true,
|
||||
autoProcess: true,
|
||||
snapToGrid: true,
|
||||
showProgressOnCanvas: true,
|
||||
|
||||
Reference in New Issue
Block a user