feat(nodes): add mask image category

This commit is contained in:
psychedelicious 2023-05-24 21:34:53 +10:00 committed by Kent Keirsey
parent c7c0836721
commit 66ad04fcfc

View File

@ -28,6 +28,7 @@ class ImageCategory(str, Enum, metaclass=MetaEnum):
GENERAL = "general"
CONTROL = "control"
MASK = "mask"
OTHER = "other"