From a5fe075bf36ad543af211b320169db574a6cee77 Mon Sep 17 00:00:00 2001 From: Silver <65376327+silveroxides@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:22:38 +0200 Subject: [PATCH] Add custom node silveroxides/ComfyUI-ModelUtils (#1652) 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 b5c2be1d..31089432 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -24207,6 +24207,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." } ] }