From 234af79cf318cafdf6473db794ed4bb0b7b42435 Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 08:42:32 +0100 Subject: [PATCH] Add ComfyUI-HuggingFace extension to custom node list - Added ComfyUI-HuggingFace by huchukato - Features model search, browsing, and downloading from HuggingFace Hub - Support for repository and single file downloads - Direct UI integration with filters and detailed model info --- custom-node-list.json | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6e530e1b..d2f415a2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43082,18 +43082,15 @@ "description": "Sidebar browser for SWORKS_TEAM LoRAs from Civitai. Browse, download, and apply LoRAs with image previews and tag filtering." }, { - "author": "huchukato", - "title": "QwenVL-Mod: Enhanced Vision-Language", - "id": "qwenvl-mod", - "reference": "https://github.com/huchukato/ComfyUI-QwenVL-Mod", + "author": "SWORKS_TEAM", + "title": "SEngine", + "id": "sengine", + "reference": "https://github.com/sworksteam/SEngine", "files": [ - "https://github.com/huchukato/ComfyUI-QwenVL-Mod" + "https://github.com/sworksteam/SEngine" ], "install_type": "git-clone", - "description": "Enhanced QwenVL node with Smart Prompt Caching, multilingual WAN 2.2 presets, comprehensive visual style detection, and NSFW support. Latest v2.0.8 with bug fixes and stability improvements for professional multimodal workflows.", - "category": "image", - "tags": ["vision", "language", "multimodal", "qwen", "smart_caching", "prompt_caching", "multilingual", "style_detection", "performance", "wan2.2", "video", "i2v", "t2v", "cinematography", "abliterated", "nsfw", "enhanced", "fork", "stable"], - "version": "2.0.8" + "description": "Sidebar browser for SWORKS_TEAM LoRAs from Civitai. Browse, download, and apply LoRAs with image previews and tag filtering." }, { "author": "huchukato", @@ -43623,24 +43620,24 @@ "id": "img2halftone", "reference": "https://civitai.com/models/143293/image2halftone-node-for-comfyui", "files": [ - "https://civitai.com/api/download/models/158997" - ], - "install_type": "unzip", - "description": "This is a node to convert an image into a CMYK Halftone dot image." + "https://civitai.com/api/download/models/31591", + "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" + ] }, { "author": "huchukato", - "title": "ComfyUI-TagComplete", - "id": "comfy-tagcomplete", - "reference": "https://github.com/huchukato/comfy-tagcomplete", + "title": "ComfyUI-HuggingFace", + "reference": "https://github.com/huchukato/ComfyUI-HuggingFace", "files": [ - "https://github.com/huchukato/comfy-tagcomplete" + "https://github.com/huchukato/ComfyUI-HuggingFace/archive/refs/heads/main.zip" ], - "install_type": "git-clone", - "description": "Tag completion with a1111-sd-webui-tagcomplete style wildcard sub-selection, supporting CSV files and multiple wildcard sources. Features smart parsing, text overflow handling, and full compatibility with existing wildcard files. v2.0.0 with major wildcard workflow improvements.", - "category": "utility", - "tags": ["tag", "completion", "autocomplete", "wildcard", "csv", "suggestion", "sub-selection", "a1111", "danbooru", "e621", "prompt", "utility", "enhanced", "stable"], - "version": "2.0.0" + "install_type": "zip", + "description": "ComfyUI extension for browsing, searching, and downloading models from HuggingFace Hub directly in the UI. Features include model search with filters, detailed model information, and support for both repository downloads and single file downloads.", + "tags": ["huggingface", "models", "download", "search", "ui"], + "id": "ComfyUI-HuggingFace" } ] }