mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 21:55:10 -05:00
feat(ui): auto-negative defaults to off
This commit is contained in:
@@ -457,7 +457,7 @@ export const canvasSlice = createSlice({
|
||||
},
|
||||
opacity: 0.5,
|
||||
position: { x: 0, y: 0 },
|
||||
autoNegative: true,
|
||||
autoNegative: false,
|
||||
positivePrompt: '',
|
||||
negativePrompt: null,
|
||||
ipAdapters: [],
|
||||
|
||||
Reference in New Issue
Block a user