diff --git a/WebUI/src/assets/js/store/imageGeneration.ts b/WebUI/src/assets/js/store/imageGeneration.ts index 16a89761..cf1b6dd9 100644 --- a/WebUI/src/assets/js/store/imageGeneration.ts +++ b/WebUI/src/assets/js/store/imageGeneration.ts @@ -311,7 +311,6 @@ export const useImageGeneration = defineStore( 'negativePrompt', 'batchSize', 'imagePreview', - 'safetyCheck', ], }, { @@ -338,7 +337,6 @@ export const useImageGeneration = defineStore( 'negativePrompt', 'batchSize', 'imagePreview', - 'safetyCheck', ], }, { @@ -364,7 +362,6 @@ export const useImageGeneration = defineStore( 'inferenceSteps', 'batchSize', 'imagePreview', - 'safetyCheck', ], }, {