From 07d324c8c3a7d4170a09a578a5b1d5cfd0593e7b Mon Sep 17 00:00:00 2001 From: Saquib Alam Date: Tue, 8 Aug 2023 20:24:51 +0530 Subject: [PATCH] debug --- nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.py b/nodes.py index 6148aa3c2..655dd2785 100644 --- a/nodes.py +++ b/nodes.py @@ -1442,6 +1442,7 @@ class ImageAlphaComposite: "image2": ("IMAGE",), "mask2": ("MASK", {"default": None}), } + } CATEGORY = "image"