Skip to content

Commit 3c734d4

Browse files
suzukimainhlky
andauthored
Update src/diffusers/pipelines/stable_diffusion/safety_checker.py
Co-authored-by: hlky <[email protected]>
1 parent a093626 commit 3c734d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/pipelines/stable_diffusion/safety_checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def forward(self, clip_input, images):
9595

9696
# increase this value to create a stronger `nfsw` filter
9797
# at the cost of increasing the possibility of filtering benign images
98-
#adjustment = 0.0
9998

10099
for concept_idx in range(len(special_cos_dist[0])):
101100
concept_cos = special_cos_dist[i][concept_idx]

0 commit comments

Comments
 (0)