mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add config_path to ModelRecordChanges
This commit is contained in:
parent
a00369a67a
commit
cdc0d0c182
@ -79,6 +79,7 @@ class ModelRecordChanges(BaseModelExcludeNull):
|
|||||||
description="The prediction type of the model.", default=None
|
description="The prediction type of the model.", default=None
|
||||||
)
|
)
|
||||||
upcast_attention: Optional[bool] = Field(description="Whether to upcast attention.", default=None)
|
upcast_attention: Optional[bool] = Field(description="Whether to upcast attention.", default=None)
|
||||||
|
config_path: Optional[str] = Field(description="Path to config file for model", default=None)
|
||||||
|
|
||||||
|
|
||||||
class ModelRecordServiceBase(ABC):
|
class ModelRecordServiceBase(ABC):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user