This commit is contained in:
Saquib Alam 2023-08-08 20:55:57 +05:30 committed by GitHub
parent 56a5ddd842
commit fd61a28a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1439,7 +1439,7 @@ class ImageAlphaComposite:
def INPUT_TYPES(s): def INPUT_TYPES(s):
return {"required": { "image1": ("IMAGE",), return {"required": { "image1": ("IMAGE",),
"mask1": ("MASK",), "mask1": ("MASK",),
"image2": ("IMAGE",)), "image2": ("IMAGE",)
} }
} }