Skip to content

v1.0.10 – Qwen3.5 Support and Stability Improvements

Latest

Choose a tag to compare

@kantan-kanto kantan-kanto released this 03 Apr 11:53

Added local GGUF support for Qwen3.5 models

  • Implemented proper Qwen3.5 handler routing with Qwen35ChatHandler
  • Fixed incorrect fallback to Qwen3VLChatHandler for 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