mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
got model images displaying, still need to clean up types and unused code
This commit is contained in:
committed by
Kent Keirsey
parent
86aef9f31d
commit
8a68355926
@ -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."""
|
||||
|
||||
|
Reference in New Issue
Block a user