From ef548b87e320fcf5d0018ba0e81cd02d5b804af2 Mon Sep 17 00:00:00 2001 From: Chuck Date: Wed, 4 Feb 2026 02:47:15 +0100 Subject: [PATCH] Add QwenVL-Mod custom node to list - Enhanced QwenVL node with Flash Attention 2 - WAN 2.2 video generation support - Free abliterated models - Comprehensive NSFW support - Advanced fork with major improvements --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9166f00b..1651cfce 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43015,6 +43015,20 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "huchukato", + "title": "QwenVL-Mod: Enhanced Vision-Language", + "id": "qwenvl-mod", + "reference": "https://github.com/huchukato/ComfyUI-QwenVL-Mod", + "files": [ + "https://github.com/huchukato/ComfyUI-QwenVL-Mod" + ], + "install_type": "git-clone", + "description": "Enhanced QwenVL node with Flash Attention 2, WAN 2.2 video generation, free abliterated models, and comprehensive NSFW support. Advanced fork with major improvements over original for stable multimodal AI workflows.", + "category": "image", + "tags": ["vision", "language", "multimodal", "qwen", "flash_attention", "performance", "wan2.2", "video", "i2v", "t2v", "abliterated", "nsfw", "enhanced", "fork"], + "version": "2.0.4" } ] }