mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): default background to checkerboard
This commit is contained in:
parent
5dbbef4ebd
commit
3daa80c57f
@ -96,7 +96,7 @@ const initialState: CanvasV2State = {
|
||||
showHUD: true,
|
||||
clipToBbox: false,
|
||||
cropToBboxOnSave: false,
|
||||
canvasBackgroundStyle: 'dynamicGrid',
|
||||
canvasBackgroundStyle: 'checkerboard',
|
||||
},
|
||||
compositing: {
|
||||
maskBlur: 16,
|
||||
|
Loading…
Reference in New Issue
Block a user