Skip to content

Commit

Permalink
feat(ui): region starts w/ no prompts or ip adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Sep 13, 2024
1 parent dc2ed2f commit 865f419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export const canvasSlice = createSlice({
opacity: 0.5,
position: { x: 0, y: 0 },
autoNegative: false,
positivePrompt: '',
positivePrompt: null,
negativePrompt: null,
ipAdapters: [],
};
Expand Down

0 comments on commit 865f419

Please sign in to comment.