diff --git a/nodes.py b/nodes.py index 845e68793..b4fa8e307 100644 --- a/nodes.py +++ b/nodes.py @@ -1439,7 +1439,7 @@ class ImageAlphaComposite: def INPUT_TYPES(s): return {"required": { "image1": ("IMAGE",), "mask1": ("MASK",), - "image2": ("IMAGE",)), + "image2": ("IMAGE",) } }