mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(nodes): "ModelField" -> "ModelIdentifierField", add hash/name/base/type
This commit is contained in:
@ -36,7 +36,7 @@ from invokeai.app.invocations.model import (
|
||||
CLIPField,
|
||||
CLIPOutput,
|
||||
LoRALoaderOutput,
|
||||
ModelField,
|
||||
ModelIdentifierField,
|
||||
ModelLoaderOutput,
|
||||
SDXLLoRALoaderOutput,
|
||||
UNetField,
|
||||
@ -114,7 +114,7 @@ __all__ = [
|
||||
"MetadataItemOutput",
|
||||
"MetadataOutput",
|
||||
# invokeai.app.invocations.model
|
||||
"ModelField",
|
||||
"ModelIdentifierField",
|
||||
"UNetField",
|
||||
"CLIPField",
|
||||
"VAEField",
|
||||
|
Reference in New Issue
Block a user