From 2fe3b04d5d27abcd303e171468492f333a73c92f Mon Sep 17 00:00:00 2001 From: Silver <65376327+silveroxides@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:45:09 +0100 Subject: [PATCH] Add custom node silveroxides/ComfyUI-ModelUtils Custom nodes project for model management. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 50d34420..cefc32b6 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -22470,6 +22470,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "silveroxides", + "title": "Model Utility Toolkit", + "id": "comfyui_modelutils", + "reference": "https://github.com/silveroxides/ComfyUI-ModelUtils", + "files": [ + "https://github.com/silveroxides/ComfyUI-ModelUtils" + ], + "install_type": "git-clone", + "description": "[WIP]Custom nodes for handling, inspecting, modifying and creating various model files." } ] }