From dd8d8b33c0cc5a05c531906e12aa1e3cb643d4ee Mon Sep 17 00:00:00 2001 From: Shadetail Date: Thu, 14 Mar 2024 11:52:16 +0100 Subject: [PATCH 1/3] 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." } ] } From 4fdd8e256b55934d75c4c10babf8831b72bd0131 Mon Sep 17 00:00:00 2001 From: Shadetail Date: Fri, 15 Mar 2024 10:58:08 +0100 Subject: [PATCH 2/3] Update custom-node-list.json Changed Eagleshadow Nodes install_type to git-clone --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index a4b373ba..f0089bf2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6444,7 +6444,7 @@ "files": [ "https://raw.githubusercontent.com/Shadetail/ComfyUI_Eagleshadow/main/eagleshadow_nodes.py" ], - "install_type": "copy", + "install_type": "git-clone", "description": "Custom nodes for ComfyUI by Eagleshadow." } ] From 5e8063e1bb98e7e044d52743e3b0ee89f814555f Mon Sep 17 00:00:00 2001 From: Shadetail Date: Sun, 17 Mar 2024 13:45:27 +0100 Subject: [PATCH 3/3] Update custom-node-list.json Changed the files entry for Eagleshadow Nodes to point to repo url instead of file url. --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index f0089bf2..1ae176db 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6442,7 +6442,7 @@ "title": "Eagleshadow Custom Nodes", "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", "files": [ - "https://raw.githubusercontent.com/Shadetail/ComfyUI_Eagleshadow/main/eagleshadow_nodes.py" + "https://github.com/Shadetail/ComfyUI_Eagleshadow" ], "install_type": "git-clone", "description": "Custom nodes for ComfyUI by Eagleshadow."