Added local GGUF support for Qwen3.5 models
- Implemented proper Qwen3.5 handler routing with
Qwen35ChatHandler - Fixed incorrect fallback to
Qwen3VLChatHandlerfor Qwen3.5 model names - Improved mmproj handling for Qwen3.5 (requirement checks + auto-detection flow)
Added post-run cleanup() calls to VisionLLMNode, WanVideoPromptGenerator, and QwenImageEditPromptGenerator
- Refined cleanup lifecycle with
cleanup(finalize=False/True)for regular unload vs final teardown