From f005fc8ca0a5de197b865913a795975409f62d00 Mon Sep 17 00:00:00 2001 From: The Dave <131270181+GamingDaveUk@users.noreply.github.com> Date: Sat, 22 Feb 2025 07:58:37 +0000 Subject: [PATCH] added daves_nodes to custom node list for pull request (#1574) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 67d03e1c..937e31fa 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21556,6 +21556,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "GamingDaveUk", + "title": "Daves Nodes", + "id": "davesnodes", + "reference": "https://github.com/GamingDaveUk/daves_nodes", + "files": [ + "https://github.com/GamingDaveUk/daves_nodes" + ], + "install_type": "git-clone", + "description": "Nodes that I needed but couldnt find, so ended up making." } ] }