From 536da862c3e57a801cdc579eb089bc9d147dfa2d Mon Sep 17 00:00:00 2001 From: Nick van Eijk Date: Sat, 6 Apr 2024 15:29:11 +0200 Subject: [PATCH] Add ComfyUI Nich Utils to node list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4b3aa048..3df60efb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7243,6 +7243,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "nickve28", + "title": "ComfyUI Nich Utils", + "reference": "https://github.com/nickve28/ComfyUI-Nich-Utils", + "files": [ + "https://github.com/nickve28/ComfyUI-Nich-Utils" + ], + "install_type": "git-clone", + "description": "Several utility nodes for use with ComfyUI." } ] }