mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): regional control defaults to having a positive prompt
This commit is contained in:
parent
ca989c54b0
commit
c73aabdfbf
@ -109,7 +109,7 @@ export const regionalPromptsSlice = createSlice({
|
|||||||
y: 0,
|
y: 0,
|
||||||
autoNegative: 'invert',
|
autoNegative: 'invert',
|
||||||
needsPixelBbox: false,
|
needsPixelBbox: false,
|
||||||
positivePrompt: null,
|
positivePrompt: '',
|
||||||
negativePrompt: null,
|
negativePrompt: null,
|
||||||
ipAdapterIds: [],
|
ipAdapterIds: [],
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user