feat(ui): region starts w/ no prompts or ip adapters

This commit is contained in:
psychedelicious
2024-09-13 21:48:21 +10:00
parent dc2ed2f1c1
commit 865f419ffe

View File

@@ -482,7 +482,7 @@ export const canvasSlice = createSlice({
opacity: 0.5,
position: { x: 0, y: 0 },
autoNegative: false,
positivePrompt: '',
positivePrompt: null,
negativePrompt: null,
ipAdapters: [],
};