remove modified models.py and migrate code to models/base.py

This commit is contained in:
Lincoln Stein
2023-06-11 16:10:15 -04:00
parent 8e1a56875e
commit 085ab54124
5 changed files with 87 additions and 910 deletions

View File

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