chore: ruff

This commit is contained in:
psychedelicious
2024-03-12 01:54:51 +11:00
parent f69938c6a8
commit 60492500db
4 changed files with 3 additions and 10 deletions

View File

@ -4,7 +4,6 @@ wraps the safety_checker model. It respects the global "nsfw_checker"
configuration variable, that allows the checker to be supressed.
"""
import numpy as np
from diffusers.pipelines.stable_diffusion.safety_checker import StableDiffusionSafetyChecker
from PIL import Image