From 666a77e9bea438c504d5af5ab0199769b6e3d5c3 Mon Sep 17 00:00:00 2001 From: Humming <136232094+Hanmingsan@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:38:31 +0800 Subject: [PATCH] Add ComfyUI-Model-Downloader extension details --- node_db/dev/custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 72b95460..6992ff4a 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11002,5 +11002,15 @@ "install_type": "git-clone", "description": "This extension provides the capability to use ComfyUI Workflow as a component and the ability to use the Image Refiner functionality based on components. NOTE: This is an experimental extension feature with no consideration for backward compatibility and can be highly unstable." } + { + "author": "Humming", + "title": "ComfyUI-Model-Downloader", + "reference": "https://github.com/Hanmingsan/ComfyUI-Model-Downloader", + "files": [ + "https://github.com/Hanmingsan/ComfyUI-Model-Downloader" + ], + "install_type": "git-clone", + "description": "This is a extention that provides model downloading features on remote hosts. However the code is still being actively developed, and stability is not guaranteed." + } ] }