From fe36d33e0dd1ec748830fc0092d1a9d3887ab6a6 Mon Sep 17 00:00:00 2001 From: NeoGriever Date: Thu, 5 Dec 2024 20:56:49 +0100 Subject: [PATCH] Update custom-node-list.json (#1295) 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 67c4b1fb..14662f06 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17997,6 +17997,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" } ] }