We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a093626 commit 3c734d4Copy full SHA for 3c734d4
src/diffusers/pipelines/stable_diffusion/safety_checker.py
@@ -95,7 +95,6 @@ def forward(self, clip_input, images):
95
96
# increase this value to create a stronger `nfsw` filter
97
# at the cost of increasing the possibility of filtering benign images
98
- #adjustment = 0.0
99
100
for concept_idx in range(len(special_cos_dist[0])):
101
concept_cos = special_cos_dist[i][concept_idx]
0 commit comments