Skip to content

v1.0.11 – Qwen3.6 Support and GGUF Discovery Improvements

Choose a tag to compare

@kantan-kanto kantan-kanto released this 09 May 07:31
· 12 commits to main since this release

This release adds Qwen3.6 local GGUF support and improves GGUF model discovery for users who store models outside the default ComfyUI models directory.

Added

  • Added support for Qwen3.6 local GGUF models
    • Detects qwen36 and qwen3.6 model filenames
    • Routes Qwen3.6 through the existing Qwen35ChatHandler path
    • Updates Qwen3.5/3.6 mmproj requirement messages and logging

Improved

  • Improved local GGUF model discovery

    • Models registered through ComfyUI extra_model_paths.yaml are now discovered
    • External model paths, including paths on another drive, are preserved as absolute paths
    • Thanks to @bongobongo2020 for this contribution
  • Improved mmproj auto-detection

    • If no family-prefixed mmproj matches but the model directory contains exactly one mmproj-*.gguf, that file is now selected automatically
    • Ambiguous cases with multiple unmatched mmproj files still require manual selection
    • Thanks to @bongobongo2020 for this contribution

Documentation

  • Updated README and CHANGELOG for v1.0.11