got model images displaying, still need to clean up types and unused code

This commit is contained in:
Jennifer Player
2024-03-06 00:58:27 -05:00
committed by Kent Keirsey
parent 86aef9f31d
commit 8a68355926
9 changed files with 12630 additions and 41 deletions

View File

@ -374,11 +374,6 @@ AnyModelConfig = Annotated[
AnyModelConfigValidator = TypeAdapter(AnyModelConfig)
class ModelImage(str, Enum):
path: str
class ModelConfigFactory(object):
"""Class for parsing config dicts into StableDiffusion Config obects."""