From 2097e77da9091d2384afa33750b9f5783c1508a6 Mon Sep 17 00:00:00 2001 From: PondOwner Date: Tue, 24 Feb 2026 10:52:15 +0800 Subject: [PATCH] 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 fc7abf0f..00d295b0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43806,6 +43806,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Pondowner857", + "title": "ComfyUI Workflow Protector", + "id": "comfyui-workflow-protector", + "reference": "https://github.com/Pondowner857/comfyui-workflow-protector", + "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." } ] }