From 859124dd9a658b5e6e62b6410e84e128b604caf0 Mon Sep 17 00:00:00 2001 From: GamingDaveUK Date: Sat, 22 Feb 2025 01:36:54 +0000 Subject: [PATCH] added daves_nodes to custom node list for pull request --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 30291f4d..10956d54 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21545,6 +21545,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." } ] }