From 27c9a4a1cceba4dbabcd7191a2c8a000cc86ec6c Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:56:42 +0300 Subject: [PATCH] Update __init__.py --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 817ddf6..4a023c9 100644 --- a/__init__.py +++ b/__init__.py @@ -25,7 +25,7 @@ NODE_CONFIG = { "DrawMaskOnImage": {"class": DrawMaskOnImage, "name": "Draw Mask On Image"}, "DownloadAndLoadCLIPSeg": {"class": DownloadAndLoadCLIPSeg, "name": "(Down)load CLIPSeg"}, "BatchCLIPSeg": {"class": BatchCLIPSeg, "name": "Batch CLIPSeg"}, - "BlockifyMask": {"class": BlockifyMask, "name": "Create Block Mask"}, + "BlockifyMask": {"class": BlockifyMask, "name": "Blockify Mask"}, "ColorToMask": {"class": ColorToMask, "name": "Color To Mask"}, "CreateGradientMask": {"class": CreateGradientMask, "name": "Create Gradient Mask"}, "CreateTextMask": {"class": CreateTextMask, "name": "Create Text Mask"},