mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(nodes): add mask image category
This commit is contained in:
parent
c7c0836721
commit
66ad04fcfc
@ -28,6 +28,7 @@ class ImageCategory(str, Enum, metaclass=MetaEnum):
|
||||
|
||||
GENERAL = "general"
|
||||
CONTROL = "control"
|
||||
MASK = "mask"
|
||||
OTHER = "other"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user