From bb67901e92f169a0f711de179bc2c412dbdd537e Mon Sep 17 00:00:00 2001 From: stephennilor <152863586+stephennilor@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:02:49 +0400 Subject: [PATCH] add nilor-nodes to custom node list db (#1106) * add nilor-nodes to custom node list db * Update custom-node-list.json --------- Co-authored-by: Stephen <> Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c896bb89..fbf0925a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15492,6 +15492,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "nilor-corp", + "title": "Nilor Nodes by Nilor Corp", + "id": "nilor-nodes", + "reference": "https://github.com/nilor-corp/nilor-nodes", + "files": [ + "https://github.com/nilor-corp/nilor-nodes" + ], + "install_type": "git-clone", + "description": "Custom utility nodes for ComfyUI by Nilor Corp. Probably not useful for most people, but contains stuff for working with lists, filenames, image batches, etc in a very specifc way." } ] }