diff --git a/invokeai/frontend/web/src/features/nodes/store/workflowSettingsSlice.ts b/invokeai/frontend/web/src/features/nodes/store/workflowSettingsSlice.ts index a0c1f24cd47..76ec1249619 100644 --- a/invokeai/frontend/web/src/features/nodes/store/workflowSettingsSlice.ts +++ b/invokeai/frontend/web/src/features/nodes/store/workflowSettingsSlice.ts @@ -33,8 +33,8 @@ const initialState: WorkflowSettingsState = { _version: 1, shouldShowMinimapPanel: true, layeringStrategy: 'network-simplex', - nodeSpacing: 32, - layerSpacing: 32, + nodeSpacing: 30, + layerSpacing: 30, layoutDirection: 'LR', nodeAlignment: 'UL', shouldValidateGraph: true,