diff --git a/nodes.py b/nodes.py index b30d5eabd..6148aa3c2 100644 --- a/nodes.py +++ b/nodes.py @@ -1570,6 +1570,7 @@ NODE_CLASS_MAPPINGS = { "PreviewImage": PreviewImage, "LoadImage": LoadImage, "LoadImageMask": LoadImageMask, + "ImageAlphaComposite": ImageAlphaComposite, "ImageScale": ImageScale, "ImageScaleBy": ImageScaleBy, "ImageInvert": ImageInvert,