From b16c92dafc4a511855f785caaaf26ae1bbd488c1 Mon Sep 17 00:00:00 2001 From: Michael Gold Date: Thu, 3 Apr 2025 13:53:24 +0200 Subject: [PATCH] feat: add hal.fun hugging face model downloader --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8a021b35..c4ada50c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -23451,6 +23451,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Michael Gold", + "title": "Hal.fun Hugging Face Model Downloader", + "id": "hal-dot-fun-model-downloader", + "reference": "https://github.com/michaelgold/ComfyUI-Hal-Dot-Fun-Model-Downloader", + "files": [ + "https://github.com/michaelgold/ComfyUI-Hal-Dot-Fun-Model-Downloader" + ], + "install_type": "git-clone", + "description": "Easily download and install 2D to 3D and Flux models from Hugging Face." + } ] }