move all installation code out of model_manager

This commit is contained in:
Lincoln Stein
2023-06-11 12:51:50 -04:00
parent 74b43c9bdf
commit 000626ab2e
8 changed files with 663 additions and 152 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, ModelType, ModelInfo
from .safety_checker import SafetyChecker