From 8c6beab57ab810982b1aeecb007c127be9fccd8d Mon Sep 17 00:00:00 2001 From: calcuis <113646141+calcuis@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:27:11 +0800 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 31b99d99..f286e135 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19503,6 +19503,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" } ] }