From 5d9578d23196e8715ad61aaba18834112e1ab6cf Mon Sep 17 00:00:00 2001 From: calcuis <113646141+calcuis@users.noreply.github.com> Date: Thu, 9 Jan 2025 04:08:29 -0800 Subject: [PATCH] Update custom-node-list.json (#1417) --- custom-node-list.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d2b3316f..4bc2d765 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19525,6 +19525,25 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "calcuis", + "title": "gguf", + "id": "gguf", + "reference": "https://github.com/calcuis/gguf", + "files": [ + "https://github.com/calcuis/gguf" + ], + "preemptions":[ + "LoaderGGUF", + "ClipLoaderGGUF", + "DualClipLoaderGGUF", + "TripleClipLoaderGGUF", + "LoaderGGUFAdvanced", + "GGUFSave" + ], + "install_type": "git-clone", + "description": "gguf node for comfyui" } ] }