From c8743c0ab7e3515f0be01d0655d615ae43bab09f Mon Sep 17 00:00:00 2001 From: Jay Swanson Date: Wed, 29 Jan 2025 20:00:17 -0500 Subject: [PATCH] Add checkbin custom nodes (#1498) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e1c74b72..3da5643c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20818,6 +20818,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "checkbins", + "title": "checkbin-comfy", + "id": "checkbin", + "reference": "https://github.com/checkbins/checkbin-comfy", + "files": [ + "https://github.com/checkbins/checkbin-comfy" + ], + "install_type": "git-clone", + "description": "These nodes allow you to make Checkbin comparisons." } ] }