mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
set defaults for watermark and NSFW checker to FALSE
This commit is contained in:
parent
da76f6fee4
commit
bf0587da5f
@ -121,8 +121,8 @@ export const initialSystemState: SystemState = {
|
||||
language: 'en',
|
||||
isUploading: false,
|
||||
isNodesEnabled: false,
|
||||
shouldUseNSFWChecker: true,
|
||||
shouldUseWatermarker: true,
|
||||
shouldUseNSFWChecker: false,
|
||||
shouldUseWatermarker: false,
|
||||
};
|
||||
|
||||
export const systemSlice = createSlice({
|
||||
|
Loading…
Reference in New Issue
Block a user