diff --git a/invokeai/frontend/web/src/features/system/store/systemSlice.ts b/invokeai/frontend/web/src/features/system/store/systemSlice.ts index 7189058632..fba980131e 100644 --- a/invokeai/frontend/web/src/features/system/store/systemSlice.ts +++ b/invokeai/frontend/web/src/features/system/store/systemSlice.ts @@ -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({