From 57b17cfcfbb695cbf081870a5707757f8277df5a Mon Sep 17 00:00:00 2001 From: Setmaster <7dev@7dev.io> Date: Thu, 15 Jan 2026 18:24:24 -0500 Subject: [PATCH 1/2] Add ModelPulse custom node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e073250c..a9b4a2b6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41881,6 +41881,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Setmaster", + "title": "ModelPulse", + "id": "modelpulse", + "reference": "https://github.com/Setmaster/ComfyUI-ModelPulse", + "files": [ + "https://github.com/Setmaster/ComfyUI-ModelPulse" + ], + "install_type": "git-clone", + "description": "Track model usage frequency to identify abandoned or underutilized models. Shows usage stats, file sizes, and highlights stale models in a sidebar panel." } ] } From f2f7caadea52c2912af4df1514c43e705125745c Mon Sep 17 00:00:00 2001 From: Setmaster Date: Fri, 16 Jan 2026 22:37:36 -0500 Subject: [PATCH 2/2] Fix indentation: replace tabs with 4 spaces Match the existing file format using 4-space indentation instead of tabs. --- custom-node-list.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a9b4a2b6..dce84b05 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41881,17 +41881,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Setmaster", - "title": "ModelPulse", - "id": "modelpulse", - "reference": "https://github.com/Setmaster/ComfyUI-ModelPulse", - "files": [ - "https://github.com/Setmaster/ComfyUI-ModelPulse" - ], - "install_type": "git-clone", - "description": "Track model usage frequency to identify abandoned or underutilized models. Shows usage stats, file sizes, and highlights stale models in a sidebar panel." - } + }, + { + "author": "Setmaster", + "title": "ModelPulse", + "id": "modelpulse", + "reference": "https://github.com/Setmaster/ComfyUI-ModelPulse", + "files": [ + "https://github.com/Setmaster/ComfyUI-ModelPulse" + ], + "install_type": "git-clone", + "description": "Track model usage frequency to identify abandoned or underutilized models. Shows usage stats, file sizes, and highlights stale models in a sidebar panel." + } ] }