From 02dc072dc7a8d1d8318b7d39a1a141ec9da36d87 Mon Sep 17 00:00:00 2001 From: LeechKing <38771356+L33chKing@users.noreply.github.com> Date: Thu, 23 Oct 2025 00:58:15 +0300 Subject: [PATCH] Add ComfyUI Channel Ops custom node entry (#2239) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c393f0c3..88c988f0 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35139,6 +35139,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "l33chking", + "title": "ComfyUI Channel Ops", + "id": "ComfyUI-Channel-Ops", + "reference": "https://github.com/L33chKing/ComfyUI_Channel_Ops", + "files": [ + "https://github.com/L33chKing/ComfyUI_Channel_Ops" + ], + "install_type": "git-clone", + "description": "Comfyui custom node that modifies image channels with various per-channel operations" } ] }