CoolFace
Modelpublic

prithivMLmods/Qwen-Image-2.1-PE-T2I-GGUF

sourceHugging Faceotherupdated 6d agoView on Hugging Face
3likes16kdownloads
Model Card

Qwen-Image-2.1-PE-T2I-GGUF

Qwen-Image-2.1-PE-T2I is the text-to-image prompt-rewriting model for Qwen-Image-2.1, a fine-tuned Qwen3.5-VL-9B that turns a brief image request in any language into a detailed, expanded English prompt paired with a recommended aspect ratio, acting as the bridge between casual multilingual user requests (e.g., a short Chinese phrase describing a corgi playing guitar in the rain) and the precise, richly-detailed instructions the downstream 7B-parameter DiT-based Qwen-Image-2.1 generator needs for best results. After a <think> reasoning block, it outputs a structured JSON object containing the rewritten_prompt and a wh_ratio value (e.g., 16:9), which maps directly to standard render resolutions when passed into the Diffusers QwenImage21Pipeline. It's usable via standard Hugging Face AutoModelForCausalLM loading, is intended purely as a preprocessing step ahead of image generation rather than a general-purpose chat model, and is released under the Qwen Research License Agreement.
[!NOTE]

System Prompt — https://huggingface.co/Qwen/Qwen-Image-2.1-PE-T2I/blob/main/system_prompt.txt

Model Files

File NameQuant TypeFile SizeFile Link
Qwen-Image-2.1-PE-T2I.BF16.ggufBF1617.9 GBDownload
Qwen-Image-2.1-PE-T2I.Q3KL.ggufQ3KL4.93 GBDownload
Qwen-Image-2.1-PE-T2I.Q3KM.ggufQ3KM4.62 GBDownload
Qwen-Image-2.1-PE-T2I.Q4KM.ggufQ4KM5.63 GBDownload
Qwen-Image-2.1-PE-T2I.Q4KS.ggufQ4KS5.35 GBDownload
Qwen-Image-2.1-PE-T2I.Q5KM.ggufQ5KM6.47 GBDownload
Qwen-Image-2.1-PE-T2I.Q5KS.ggufQ5KS6.31 GBDownload

llama.cpp

LLM inference in C/C++ — https://github.com/ggml-org/llama.cpp