This commit is contained in:
Sergey Borisov
2023-06-11 06:12:21 +03:00
parent 3ce3a7ee72
commit 738ba40f51
10 changed files with 106 additions and 82 deletions

View File

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