From fd61a28a9ce44a825554018f996bde7c495b3871 Mon Sep 17 00:00:00 2001 From: Saquib Alam Date: Tue, 8 Aug 2023 20:55:57 +0530 Subject: [PATCH] debug --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",) } }