mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(nodes): add MetadataColorField
This commit is contained in:
parent
04c453721c
commit
20f6a597ab
@ -31,7 +31,7 @@ class MetadataColorField(TypedDict):
|
|||||||
|
|
||||||
# TODO: This is a placeholder for `InvocationsUnion` pending resolution of circular imports
|
# TODO: This is a placeholder for `InvocationsUnion` pending resolution of circular imports
|
||||||
NodeMetadata = Dict[
|
NodeMetadata = Dict[
|
||||||
str, None | str | int | float | bool | MetadataImageField | MetadataLatentsField
|
str, None | str | int | float | bool | MetadataImageField | MetadataLatentsField | MetadataColorField
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user