From 0d1e376a512c6ad4f19f85db3c369f9677469833 Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Sun, 7 Apr 2024 11:43:45 -0400 Subject: [PATCH] ComfyUI Workflow Encrypt custom nodes (#544) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9adb999..68cbbf7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7263,6 +7263,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jtydhr88", + "title": "ComfyUI-Workflow-Encrypt", + "reference": "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt", + "files": [ + "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt" + ], + "install_type": "git-clone", + "description": "Encrypt your comfyui workflow, and share it with key" } ] }