add safetychecker and watermark nodes

This commit is contained in:
Lincoln Stein
2023-07-23 16:24:34 -04:00
parent 02618a701d
commit 5c6f417471
3 changed files with 178 additions and 13 deletions

View File

@ -13,3 +13,4 @@ from .model_management import (
ModelType, SubModelType, ModelInfo
)
from .safety_checker import SafetyChecker
from .model_management.models import SilenceWarnings