remove defunct code

This commit is contained in:
Lincoln Stein
2023-06-11 12:57:06 -04:00
17 changed files with 969 additions and 244 deletions

View File

@ -9,5 +9,5 @@ from .generator import (
Img2Img,
Inpaint
)
from .model_management import ModelManager, ModelCache, ModelType, ModelInfo
from .model_management import ModelManager, ModelCache, BaseModelType, ModelType, SubmodelType, ModelInfo
from .safety_checker import SafetyChecker