From 0cfc26b5e8ddb80bc2e38ff52a13abd024e32d90 Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 08:51:36 +0100 Subject: [PATCH] Add ComfyUI-HuggingFace to custom node list - Added comprehensive HuggingFace Hub integration node - Features model search, browsing, and download functionality - Supports checkpoints, LoRAs, and Diffusers models - Includes NSFW support and automatic model type detection - Positioned after ComfyUI-TagComplete in the list --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index de6818bf..58e60121 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43109,6 +43109,20 @@ "tags": ["tag", "completion", "autocomplete", "wildcard", "csv", "suggestion", "sub-selection", "a1111", "danbooru", "e621", "prompt", "utility", "enhanced", "stable"], "version": "2.0.0" }, + { + "author": "huchukato", + "title": "ComfyUI-HuggingFace", + "id": "comfy-huggingface", + "reference": "https://github.com/huchukato/ComfyUI-HuggingFace", + "files": [ + "https://github.com/huchukato/ComfyUI-HuggingFace" + ], + "install_type": "git-clone", + "description": "Comprehensive HuggingFace Hub integration for ComfyUI. Search, browse, and download models directly from HuggingFace with advanced filtering, NSFW support, and automatic model type detection. Features real-time search, model details preview, and seamless download management for checkpoints, LoRAs, and Diffusers models.", + "category": "utility", + "tags": ["huggingface", "models", "search", "download", "hub", "checkpoints", "loras", "diffusers", "nsfw", "api", "integration", "browser", "manager", "stable"], + "version": "1.0.0" + }, { "author": "kadima-tech", "title": "ComfyUI-Draggen",