Qwen-Image-2.1 文本编码器 Heretic 量化版发布 GGUF/FP8/bf16
原标题:pottokao/Qwen-Image-2.1-Text-Encoder-Heretic-GGUF
AI 摘要
Hugging Face 用户 pottokao 发布了 Qwen-Image-2.1 文本编码器(Heretic)的量化版本,提供 GGUF(Q4_K_M)、FP8 和 bf16 三种格式,并附带 mmproj 文件以支持 Qwen3-VL 视觉塔。作者指出此前 GGUF 报错源于 ComfyUI-GGUF 未加载视觉塔,并提供了配套补丁节点 ComfyUI-GGUF-Qwen3VL-TE 来修复该问题及 DiT GGUF 的架构识别错误。文档还给出了不同硬件下的文件选择建议、采样器参数(25 步、分段 cfg 1→3)以及全 GGUF 流水线的组件搭配。
正文节选
--- license: apache-2.0 base_model: - pottokao/Qwen-Image-2.1-Text-Encoder-Heretic tags: - quantized - fp8 - gguf - comfyui - qwen-image - abliterated - text-encoder --- # Qwen-Image-2.1 Text Encoder (Heretic) — GGUF · FP8 · bf16 > [!IMPORTANT] > **Got `got input of size [1, 512, 12288]` with the GGUF? It's fixed.** > The GGUF files were fine all along — ComfyUI-GGUF just didn't load the Qwen3-VL vision tower. > Install the add-on node **[ComfyUI-GGUF-Qwen3VL-TE](https://github.com/pottokao-do