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)",