feat(ui): auto-negative defaults to off

This commit is contained in:
psychedelicious
2024-09-09 11:56:10 +10:00
parent e7d95c3724
commit e774b6879e

View File

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