From 5b6cada68003ebc58c5d7fc5b4b2518bae318996 Mon Sep 17 00:00:00 2001 From: NeoGriever Date: Wed, 4 Dec 2024 15:13:14 +0100 Subject: [PATCH] Update custom-node-list.json Again pushing my "ComfyUI - NeoGriever" nodeset to the custom-node-list.json with fixing the previous issue with the comma at the end (wich maybe possible causing a invalid json) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 85008c3b..53438f14 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17986,6 +17986,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "NeoGriever", + "title": "ComfyUI - NeoGriever", + "id": "neogrievernodes", + "reference": "https://github.com/NeoGriever/ComfyUI-NeoGriever", + "files": [ + "https://github.com/NeoGriever/ComfyUI-NeoGriever" + ], + "install_type": "git-clone", + "description": "NeoGriever's helper nodes. Better CLIP Text Encoder, Resolution Provider, Multimask Write/Read, TextBoxes Simple/Join/x2/x3, Sliders INT/FLOAT/STEPPER, String Tool/Squisher/Cutter, Create Solid Color, Fill with Color, Checkerboard Generator, Image Progress Bar" } ] }