Move load image as mask to image category for consistency with other load image nodes

This commit is contained in:
Alexis Rolland 2026-05-11 10:47:47 +08:00
parent 550064d607
commit d89896ba5c

View File

@ -1772,7 +1772,7 @@ class LoadImageMask(LoadImage):
}
}
CATEGORY = "image/mask"
CATEGORY = "image"
RETURN_TYPES = ("MASK",)
FUNCTION = "load_image_mask"