From 90d9b5e39a8041da295c097262236eac898c2917 Mon Sep 17 00:00:00 2001 From: ciri Date: Tue, 29 Oct 2024 18:46:47 +0100 Subject: [PATCH] Add ComfyUI Model Downloader node (#1198) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b5da3e13..4e91717b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -931,6 +931,17 @@ "install_type": "git-clone", "description": "Implementation of AutoGen inside ComfyUI. This repository is under development, and not everything is functioning correctly yet." }, + { + "author": "ciri", + "title": "ComfyUI Model Downloader", + "id": "model-downloader", + "reference": "https://github.com/ciri/comfyui-model-downloader", + "files": [ + "https://github.com/ciri/comfyui-model-downloader" + ], + "install_type": "git-clone", + "description": "This node allows downloading models directly within ComfyUI for easier use and integration." + }, { "author": "Suzie1", "title": "Comfyroll Studio",