From cad56e82f0f94cf1169511c0b32a36b425f5ae81 Mon Sep 17 00:00:00 2001 From: WWWEN8 <142774653+WWWEN8@users.noreply.github.com> Date: Wed, 15 Oct 2025 09:37:01 +0800 Subject: [PATCH] Add ComfyUI-CCXManager node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a843219a..0719b360 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34714,6 +34714,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/blob/main/ccx_downloader_node.py" + ], + "install_type": "copy", + "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." } ] }