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
This commit is contained in:
Chuck 2026-02-04 02:47:15 +01:00
parent bafe5004ca
commit ef548b87e3

View File

@ -43015,6 +43015,20 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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"
} }
] ]
} }