mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
probe for required encoder for IPAdapters and add to config
This commit is contained in:
committed by
psychedelicious
parent
d959276217
commit
f7e558d165
@ -263,6 +263,7 @@ class IPAdapterConfig(ModelConfigBase):
|
||||
"""Model config for IP Adaptor format models."""
|
||||
|
||||
type: Literal[ModelType.IPAdapter] = ModelType.IPAdapter
|
||||
image_encoder_model_id: str
|
||||
format: Literal[ModelFormat.InvokeAI]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user