From bac31f1dc3f1846c791d4ddb428e8d431118b992 Mon Sep 17 00:00:00 2001 From: huchukato Date: Fri, 13 Feb 2026 04:57:41 +0100 Subject: [PATCH] Add QwenVL-Mod custom node to list (#2590) * 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 * Update QwenVL-Mod to v2.0.7 with latest features - Updated version from 2.0.4 to 2.0.7 - Enhanced description with Smart Prompt Caching and Fixed Seed Mode - Updated tags to include smart_caching, prompt_caching, fixed_seed, cinematography - Revolutionary performance improvements with instant cached responses * Update QwenVL-Mod to v2.0.8 with latest stable release - Updated version from 2.0.7 to 2.0.8 - Enhanced description with multilingual support and visual style detection - Added new tags: multilingual, style_detection, stable - Includes bug fixes and stability improvements - All WAN 2.2 presets now support any language with style detection --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a6153fd7..49b40598 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43445,6 +43445,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 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" } ] }