comfyui

text encoder gguf version quant 4 qwen 3 vl ?

#4
by Ryu-Sena - opened

hi is possible to make ggu version of text encoder and use it at comfui ? thanks

I was looking for that too, but ComfyUI does only safetensor files for models, not gguf. So?

Screenshot 2026-06-26 at 02-13-45 Comfy-Org_Krea-2 · Discussions

Not all of them can be used in ComfyUI and that is sadly no part of the search results.

Screenshot 2026-06-26 at 02-53-56 Comfy-Org_Krea-2 · Discussions

The full-text search doesn't sort tags after the importance in the search line.

Screenshot 2026-06-26 at 02-55-27 Full Text Search - Hugging Face

Nevertheless... The file I chose works in ComfyUI:
https://huggingface.co/mradermacher/Qwen3-VL-4B-Instruct-c_abliterated-v2-GGUF
https://huggingface.co/mradermacher/Qwen3-VL-4B-Instruct-c_abliterated-v2-GGUF/blob/main/Qwen3-VL-4B-Instruct-c_abliterated-v2.Q8_0.gguf
https://huggingface.co/mradermacher/Qwen3-VL-4B-Instruct-c_abliterated-v2-GGUF/blob/main/Qwen3-VL-4B-Instruct-c_abliterated-v2.mmproj-Q8_0.gguf

You select one .gguf model of your preference (Q4/Q8 etc.) and you also need the .mmproj-f16.gguf file from there. Both files have to be in the same folder within your Comfy's text_encoders folder. You may need to use another custom-node for gguf (and delete the one from city96 if you use that one) to make this work, read the discussion about it here: https://github.com/city96/ComfyUI-GGUF/issues/464 - it includes the command to clone a fork from @city96 's repository by @m8rr.

Sign up or log in to comment