From 0bc25f1e791d7debaa57f8bbc8fd2a1801c3536f Mon Sep 17 00:00:00 2001 From: Saquib Alam Date: Tue, 8 Aug 2023 20:13:53 +0530 Subject: [PATCH] debug --- nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.py b/nodes.py index cd5ca3227..b30d5eabd 100644 --- a/nodes.py +++ b/nodes.py @@ -1662,6 +1662,7 @@ NODE_DISPLAY_NAME_MAPPINGS = { "PreviewImage": "Preview Image", "LoadImage": "Load Image", "LoadImageMask": "Load Image (as Mask)", + "ImageAlphaComposite": "Image overlay using mask", "ImageScale": "Upscale Image", "ImageScaleBy": "Upscale Image By", "ImageUpscaleWithModel": "Upscale Image (using Model)",