feat(ui): regional control defaults to having a positive prompt

This commit is contained in:
psychedelicious 2024-04-24 09:01:48 +10:00
parent ca989c54b0
commit c73aabdfbf

View File

@ -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: [],
}; };