From 1f67c1898952121df93658bb5002fc0b9c678d25 Mon Sep 17 00:00:00 2001 From: akawana <127211291+akawana@users.noreply.github.com> Date: Fri, 5 Dec 2025 11:53:08 +0800 Subject: [PATCH] Add RGBYP Mask Editor to custom-node-list.json (#2347) * Add RGBYP Mask Editor to custom-node-list.json Added RGBYP Mask Editor entry with details and tags. * Fix description formatting in custom-node-list.json --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1ed39868..c59c2726 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37092,6 +37092,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 — RGBYPLoadImage, RGBYPMaskBridge, and RGBYPMaskToRegularMasks—for convenient RGBYP mask handling.", + "tags": ["utility", "mask", "rgb", "bridge"] + }, + { "author": "lovisdotio", "title": "ComfyUI-Replace-First-Frame-Last-Frame",