mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): region starts w/ no prompts or ip adapters
This commit is contained in:
@@ -482,7 +482,7 @@ export const canvasSlice = createSlice({
|
||||
opacity: 0.5,
|
||||
position: { x: 0, y: 0 },
|
||||
autoNegative: false,
|
||||
positivePrompt: '',
|
||||
positivePrompt: null,
|
||||
negativePrompt: null,
|
||||
ipAdapters: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user