From f69183436a79f600838fb5fe9f24fabec3023315 Mon Sep 17 00:00:00 2001 From: Pondowner857 <165024342+Pondowner857@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:43:12 +0800 Subject: [PATCH 1/3] Add Pond Nodes to custom node list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fdd1c19a..ffff7bda 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27639,6 +27639,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "PondOwner", + "title": "comfy_Pond_Nodes", + "reference": "https://github.com/Pondowner857/comfy_Pond_Nodes", + "files": [ + "https://github.com/Pondowner857/comfy_Pond_Nodes" + ], + "install_type": "git-clone", + "description": "Operations involving masking and the multifunctional manipulation of images." } ] } From 969e08bd34845a45965580c711c64de18bcc4eec Mon Sep 17 00:00:00 2001 From: Pondowner857 <165024342+Pondowner857@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:34:14 +0800 Subject: [PATCH 2/3] Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ffff7bda..28b5ec0c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27649,6 +27649,17 @@ ], "install_type": "git-clone", "description": "Operations involving masking and the multifunctional manipulation of images." + }, + { + "author": "Pondowner857", + "title": "ComfyUI Remote Workflow Executor", + "id": "comfy_Pond_Nodes_V2", + "reference": "https://github.com/Pondowner857/comfy_Pond_Nodes_V2", + "files": [ + "https://github.com/Pondowner857/comfy_Pond_Nodes_V2" + ], + "install_type": "git-clone", + "description": "Remote workflow executor node - Execute workflows on remote ComfyUI servers. Supports image/text/audio/video input and output." } ] } From 91f771955f2b9b12942915d9262ece0c4ea176c7 Mon Sep 17 00:00:00 2001 From: PondOwner Date: Tue, 24 Feb 2026 10:46:01 +0800 Subject: [PATCH 3/3] Add comfyui-workflow-protector to custom node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d9045dfc..6aaf25b4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43827,6 +43827,17 @@ ], "install_type": "git-clone", "description": "Remote workflow executor node - Execute workflows on remote ComfyUI servers. Supports image/text/audio/video input and output." + }, + { + "author": "Pondowner857", + "title": "Workflow Protection & Encryption Plugin", + "id": "comfyui-workflow-protector", + "reference": "https://github.com/Pondowner857/comfyui-workflow-protector.git", + "files": [ + "https://github.com/Pondowner857/comfyui-workflow-protector" + ], + "install_type": "git-clone", + "description": "ComfyUI Workflow Protector is a security plugin for ComfyUI that provides multi-layered protection against unauthorized export, copying, or usage of workflows. It supports password-based access control and workflow file encryption to safeguard your creative work." } ] }