From 3862a92e04a529eaa308588f55a49016f6cc34f8 Mon Sep 17 00:00:00 2001 From: WWWEN8 <142774653+WWWEN8@users.noreply.github.com> Date: Sun, 26 Oct 2025 12:02:01 +0800 Subject: [PATCH] Add ComfyUI-CCXManager node (#2222) * Add ComfyUI-CCXManager node * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index cfe2343a..61137db3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35448,6 +35448,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "WWWEN8", + "title": "ComfyUI-CCXManager", + "reference": "https://github.com/WWWEN8/ComfyUI-CCXManager", + "files": [ + "https://github.com/WWWEN8/ComfyUI-CCXManager" + ], + "install_type": "git-clone", + "description": "Set to run once, and the SD-PPP Photoshop plugin will be automatically updated when there are updates later, completely eliminating the need for manual updates on the Photoshop side." } ] }