restore NSFW checker

This commit is contained in:
Lincoln Stein
2023-03-11 16:16:44 -05:00
parent 580f9ecded
commit 3aa1ee1218
5 changed files with 18 additions and 55 deletions

View File

@ -11,5 +11,6 @@ from .generator import (
Inpaint
)
from .model_management import ModelManager
from .safety_checker import SafetyChecker
from .args import Args
from .globals import Globals