mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 06:14:58 -05:00
Update workflowSettingsSlice.ts Change the default settings for auto layout nodeSpacing and layerSpacing to 30 instead of 32. This will make the x position of auto layed nodes land on the snap to grid positions. Because the node width (320) + 30 = 350 which is divisible by the snap to grid size of 25.