From dffc8cbc3bf2940544b923c6cf8daedb2b2191d6 Mon Sep 17 00:00:00 2001 From: kj863257rc Date: Fri, 26 Sep 2025 01:32:21 +0800 Subject: [PATCH] Update custom-node-list.json : add ComfyUI_RC_Image_Compositor to custom-node-list.json --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4830d15d..8395871e 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33746,6 +33746,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "title": "RC Image Compositor", + "author": "kj863257", + "description": "A comprehensive ComfyUI plugin suite that brings professional Photoshop-style layer effects and advanced compositing capabilities. Features modular architecture, 24 blend modes, and enhanced positioning system.", + "files": [ + "https://github.com/kj863257/ComfyUI_RC_Image_Compositor" + ], + "install_type": "git-clone", + "tags": ["compositing", "layer", "blend modes", "photoshop-style"] + } ] }