From bcca781896112f1929b0b6bc140d7c4711cd66b1 Mon Sep 17 00:00:00 2001 From: zer0thgear <161616981+zer0thgear@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:14:54 -0600 Subject: [PATCH] Add zer0-comfy-utils to custom-node-list (#1243) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index abccb05b..320459cd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17239,6 +17239,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "zer0thgear", + "title": "zer0 Comfy Utilities", + "id": "zer0-comfy-utils", + "reference": "https://github.com/zer0thgear/zer0-comfy-utils", + "files": [ + "https://github.com/zer0thgear/zer0-comfy-utils" + ], + "install_type": "git-clone", + "description": "Collection of personal nodes including tavern card-related nodes, prompt manipulation related utilities, and a node to combine a list of strings back into one string." } ] }