From dd8d8b33c0cc5a05c531906e12aa1e3cb643d4ee Mon Sep 17 00:00:00 2001 From: Shadetail Date: Thu, 14 Mar 2024 11:52:16 +0100 Subject: [PATCH] Update custom-node-list.json Added Eagleshadow Custom Nodes entry 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 07c2f58e..a4b373ba 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6436,6 +6436,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Shadetail", + "title": "Eagleshadow Custom Nodes", + "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", + "files": [ + "https://raw.githubusercontent.com/Shadetail/ComfyUI_Eagleshadow/main/eagleshadow_nodes.py" + ], + "install_type": "copy", + "description": "Custom nodes for ComfyUI by Eagleshadow." } ] }