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
This commit is contained in:
akawana 2025-12-05 11:53:08 +08:00 committed by GitHub
parent de6d451c5b
commit 1f67c18989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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