Skip to content

Commit

Permalink
#44 - checked which models are eligible for safety-checking
Browse files Browse the repository at this point in the history
Signed-off-by: julianbollig <[email protected]>
  • Loading branch information
julianbollig committed Jan 30, 2025
1 parent 82dcb9e commit daa4d2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions WebUI/src/assets/js/store/imageGeneration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ export const useImageGeneration = defineStore(
'negativePrompt',
'batchSize',
'imagePreview',
'safetyCheck',
],
},
{
Expand All @@ -338,7 +337,6 @@ export const useImageGeneration = defineStore(
'negativePrompt',
'batchSize',
'imagePreview',
'safetyCheck',
],
},
{
Expand All @@ -364,7 +362,6 @@ export const useImageGeneration = defineStore(
'inferenceSteps',
'batchSize',
'imagePreview',
'safetyCheck',
],
},
{
Expand Down

0 comments on commit daa4d2d

Please sign in to comment.