From a9e7642d76961c6f7ac91e7de864362731081d19 Mon Sep 17 00:00:00 2001 From: Chuck Date: Sat, 14 Feb 2026 01:17:19 +0100 Subject: [PATCH 1/9] Add ComfyUI-TagComplete custom node to list - Tag completion with a1111-sd-webui-tagcomplete style wildcard sub-selection - Support for CSV files and multiple wildcard sources - Smart parsing and text overflow handling - Full compatibility with existing wildcard files - v2.0.0 with major wildcard workflow improvements - Category: utility with comprehensive tag and autocomplete features --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 23946c90..c9f416f3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43459,6 +43459,20 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "huchukato", + "title": "ComfyUI-TagComplete", + "id": "comfy-tagcomplete", + "reference": "https://github.com/huchukato/comfy-tagcomplete", + "files": [ + "https://github.com/huchukato/comfy-tagcomplete" + ], + "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" } ] } From 234af79cf318cafdf6473db794ed4bb0b7b42435 Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 08:42:32 +0100 Subject: [PATCH 2/9] 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" } ] } From 7bdfb1d21d212bdfcfb6ba490e2522350b3ddad7 Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 08:45:12 +0100 Subject: [PATCH 3/9] Update ComfyUI-TagComplete to v2.2.2 - Updated version from 2.0.0 to 2.2.2 - Updated description to reflect new version --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d2f415a2..cefb0f8d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43101,10 +43101,10 @@ "https://github.com/huchukato/comfy-tagcomplete" ], "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.", + "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.2.2 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" + "version": "2.2.2" }, { "author": "kadima-tech", From 6df2d3ac7b93195e2f6f2bb4e8a05ed3bf3d57da Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 08:46:10 +0100 Subject: [PATCH 4/9] Revert ComfyUI-TagComplete version to v2.0.0 - Restored original version from 2.2.2 back to 2.0.0 - Maintaining correct version information --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index cefb0f8d..d2f415a2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43101,10 +43101,10 @@ "https://github.com/huchukato/comfy-tagcomplete" ], "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.2.2 with major wildcard workflow improvements.", + "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.2.2" + "version": "2.0.0" }, { "author": "kadima-tech", From 7721fdfe68b4dbdfb1c022133f5f3f087f116479 Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 08:50:42 +0100 Subject: [PATCH 5/9] Update QwenVL-Mod to v2.2.2 - Enhanced QwenVL node updated from v2.0.8 to v2.2.2 - Updated description to reflect latest version - Maintaining compatibility with existing features --- custom-node-list.json | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d2f415a2..de6818bf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43082,15 +43082,18 @@ "description": "Sidebar browser for SWORKS_TEAM LoRAs from Civitai. Browse, download, and apply LoRAs with image previews and tag filtering." }, { - "author": "SWORKS_TEAM", - "title": "SEngine", - "id": "sengine", - "reference": "https://github.com/sworksteam/SEngine", + "author": "huchukato", + "title": "QwenVL-Mod: Enhanced Vision-Language", + "id": "qwenvl-mod", + "reference": "https://github.com/huchukato/ComfyUI-QwenVL-Mod", "files": [ - "https://github.com/sworksteam/SEngine" + "https://github.com/huchukato/ComfyUI-QwenVL-Mod" ], "install_type": "git-clone", - "description": "Sidebar browser for SWORKS_TEAM LoRAs from Civitai. Browse, download, and apply LoRAs with image previews and tag filtering." + "description": "Enhanced QwenVL node with Smart Prompt Caching, multilingual WAN 2.2 presets, comprehensive visual style detection, and NSFW support. Latest v2.2.2 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.2.2" }, { "author": "huchukato", @@ -43620,24 +43623,10 @@ "id": "img2halftone", "reference": "https://civitai.com/models/143293/image2halftone-node-for-comfyui", "files": [ - "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-HuggingFace", - "reference": "https://github.com/huchukato/ComfyUI-HuggingFace", - "files": [ - "https://github.com/huchukato/ComfyUI-HuggingFace/archive/refs/heads/main.zip" + "https://civitai.com/api/download/models/158997" ], - "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" + "install_type": "unzip", + "description": "This is a node to convert an image into a CMYK Halftone dot image." } ] } From 0cfc26b5e8ddb80bc2e38ff52a13abd024e32d90 Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 08:51:36 +0100 Subject: [PATCH 6/9] 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", From 86f6727b7c575379e4b98fca1ba442288f4fd420 Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 09:22:01 +0100 Subject: [PATCH 7/9] Add ComfyUI-RIFE-TensorRT-Auto node with automatic CUDA detection and multi-resolution support --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 58e60121..2e57f6ca 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43123,6 +43123,18 @@ "tags": ["huggingface", "models", "search", "download", "hub", "checkpoints", "loras", "diffusers", "nsfw", "api", "integration", "browser", "manager", "stable"], "version": "1.0.0" }, + { + "id": "comfyui-rife-tensorrt-auto", + "reference": "https://github.com/huchukato/ComfyUI-RIFE-TensorRT-Auto", + "files": [ + "https://github.com/huchukato/ComfyUI-RIFE-TensorRT-Auto" + ], + "install_type": "git-clone", + "description": "Ultra-fast RIFE frame interpolation with TensorRT acceleration. Features automatic CUDA detection, multi-resolution support (up to 1920px), and seamless ComfyUI integration. Optimized for RTX 30/40/50 series with automatic TensorRT package installation.", + "category": "animation", + "tags": ["rife", "tensorrt", "interpolation", "frame", "video", "cuda", "rtx", "animation", "speed", "fps", "upscale", "motion", "ai", "nvidia", "optimization"], + "version": "1.0.0" + }, { "author": "kadima-tech", "title": "ComfyUI-Draggen", From d21c9ca0542c28ef1edfac16322840add0a7b901 Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 09:22:37 +0100 Subject: [PATCH 8/9] Fix: Add missing author and title fields to ComfyUI-RIFE-TensorRT-Auto node --- custom-node-list.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2e57f6ca..59e59a4d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43124,6 +43124,8 @@ "version": "1.0.0" }, { + "author": "huchukato", + "title": "ComfyUI-RIFE-TensorRT-Auto", "id": "comfyui-rife-tensorrt-auto", "reference": "https://github.com/huchukato/ComfyUI-RIFE-TensorRT-Auto", "files": [ From d2a98d16063ced1edb151c6647198af47cf7216b Mon Sep 17 00:00:00 2001 From: huchukato Date: Sat, 21 Feb 2026 09:23:07 +0100 Subject: [PATCH 9/9] Update version to 2.0.0 for ComfyUI-RIFE-TensorRT-Auto to reflect significant improvements over original fork --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 59e59a4d..9213de56 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43135,7 +43135,7 @@ "description": "Ultra-fast RIFE frame interpolation with TensorRT acceleration. Features automatic CUDA detection, multi-resolution support (up to 1920px), and seamless ComfyUI integration. Optimized for RTX 30/40/50 series with automatic TensorRT package installation.", "category": "animation", "tags": ["rife", "tensorrt", "interpolation", "frame", "video", "cuda", "rtx", "animation", "speed", "fps", "upscale", "motion", "ai", "nvidia", "optimization"], - "version": "1.0.0" + "version": "2.0.0" }, { "author": "kadima-tech",