From 117227e2fc9e9ec0cd16c574a3e92db511c1f1e7 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 9 May 2026 20:53:50 +0200 Subject: [PATCH] Add ComfyUI Model Downloader Bridge to custom-node-list.json --- custom-node-list.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index aa2d48c9..a2c2b815 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46763,21 +46763,16 @@ "https://civitai.com/api/download/models/29773", "https://civitai.com/api/download/models/29774", "https://civitai.com/api/download/models/29755", - "https://civitai.com/api/download/models/29750" - ], - "install_type": "unzip", - "description": "Various image processing nodes." }, { - "author": "aimingfail", - "title": "Image2Halftone Node for ComfyUI", - "id": "img2halftone", - "reference": "https://civitai.com/models/143293/image2halftone-node-for-comfyui", + "author": "thomaskippster", + "title": "ComfyUI Model Downloader Bridge", + "reference": "https://github.com/thomaskippster/comfymodeldownloader", "files": [ - "https://civitai.com/api/download/models/158997" + "https://github.com/thomaskippster/comfymodeldownloader" ], - "install_type": "unzip", - "description": "This is a node to convert an image into a CMYK Halftone dot image." + "install_type": "git-clone", + "description": "Bridge for the standalone ComfyUI Model Downloader. Analyzes workflows, finds missing models via AI, and manages your archive to save SSD space." } ] }