Change channel type to MASK (reduced redundancy, increased usability)

This commit is contained in:
MoonRide303
2023-09-23 08:34:54 +02:00
parent d06cd2805d
commit ece69bf28c
3 changed files with 8 additions and 50 deletions

View File

@@ -1383,7 +1383,7 @@ class LoadImageWithAlpha(LoadImage):
CATEGORY = "compositing"
RETURN_TYPES = ("IMAGE", "ALPHA")
RETURN_TYPES = ("IMAGE", "MASK")
FUNCTION = "load_image"
def load_image(self, image):