Comfy-Org 发布适配 ComfyUI 的 Qwen3-VL 重打包模型
原标题:Comfy-Org/Qwen3-VL
AI 摘要
Comfy-Org 在 Hugging Face 上发布了 Qwen3-VL 的重新打包版本,将 Qwen/Qwen3-VL-4B-Instruct 和 Qwen/Qwen3-VL-8B-Instruct 转换为适配 ComfyUI 的单文件模型。该仓库提供 bf16、fp8_scaled、int8_convrot 和 nvfp4 等多种量化格式,用户需将文件放入 ComfyUI 的 models/text_encoders 目录使用。此举降低了在 ComfyUI 中部署 Qwen3-VL 多模态模型的门槛。
正文节选
--- license: apache-2.0 tags: - comfyui - diffusion-single-file base_model: - Qwen/Qwen3-VL-4B-Instruct - Qwen/Qwen3-VL-8B-Instruct --- # Qwen3-VL Repackaged model files for ComfyUI. Original model repository: - https://huggingface.co/Qwen/Qwen3-VL-4B-Instruct - https://huggingface.co/Qwen/Qwen3-VL-8B-Instruct Place the files in the following folders: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 text_encoders/ │ │ ├── qwen3vl_4b_bf16.safetensors │ │ ├── qwen3vl_4b_fp8_scaled.safetensors