Add support for new Qwen VL models (Qwen2.5-VL, Qwen3-VL, Qwen3.5, and Qwen3.5 MoE) (#1551)
* Move Qwen-specific image processing logic to image_processing_qwen2_vl.js
* use logger.info if dtype/device unspecified
* Update default logLevel
* Add hook for updating ORT logging when transformers.js log changes
* Formatting
* Add support for Qwen2.5-VL, Qwen3-VL, Qwen3.5, and Qwen3.5 MoE
* Support qwen3.5 models with linear attention