From daa4d2db0eb1a4a12b053aae5cfc403d087b995e Mon Sep 17 00:00:00 2001 From: julianbollig Date: Wed, 29 Jan 2025 18:21:03 +0100 Subject: [PATCH] #44 - checked which models are eligible for safety-checking Signed-off-by: julianbollig --- WebUI/src/assets/js/store/imageGeneration.ts | 3 --- 1 file changed, 3 deletions(-) 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', ], }, {