From be9af7337f5e3de693b5784d12a56519587e1d5d Mon Sep 17 00:00:00 2001 From: akawana <127211291+akawana@users.noreply.github.com> Date: Thu, 4 Dec 2025 22:19:48 +0800 Subject: [PATCH] Add RGBYP Mask Editor to custom-node-list.json Added RGBYP Mask Editor entry with details and tags. --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e0c648b5..da84c99c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37052,6 +37052,18 @@ "description": "Utility tools. Index Multiple is used for expanding multiple values from a list, IsOneOfGroupsActive to identify groups state, RepeatGroupState group enable/disable like rg but without connection etc.", "tags": ["utility", "list", "batch"] }, + { + "author": "akawana", + "title": "RGBYP Mask Editor (RGB + YP)", + "reference": "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor", + "files": [ + "https://github.com/akawana/ComfyUI-RGBYP-Mask-Editor" + ], + "install_type": "git-clone", + "description": "A JS editor for five-color masks (RGB + Yellow + Pink) that works with any nodes, with three helper nodes—LoadImageWithFileData, RGBYPMaskBridge, and RGBYPMaskToRegularMasks—for convenient RGBYP mask handling.", + "tags": ["utility", "mask", "rgb", "bridge"] + }, + { "author": "lovisdotio", "title": "ComfyUI-Replace-First-Frame-Last-Frame",