CoolFace
Modelpublic

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

sourceHugging Faceotherupdated 6d agoView on Hugging Face
9likes33kdownloads
Model Card

Qwen-Image-2.1-PE-I2I-GGUF

Qwen-Image-2.1-PE-I2I is an image-editing prompt rewriting model for Qwen-Image-2.1, a fine-tuned Qwen3.5-VL-9B that takes a vague editing instruction plus one or more input images and expands it into a precise, actionable prompt suitable for downstream image editing. It supports multi-image inputs (referenced as <image1>, <image2>, etc.) for tasks like compositing a subject from one image into another's scene, reasons through a <think> block before outputting a structured JSON result containing the rewritten prompt plus either a wh_ratio (new aspect ratio for compositions) or ratio_follow (inherited aspect ratio for in-place edits) — the two fields being mutually exclusive. The rewritten prompt is designed to feed directly into the Qwen-Image-2.1 diffusion pipeline via Diffusers for the actual image edit, and the model is loaded through standard Transformers (AutoModelForImageTextToText) with a system prompt shipped alongside the checkpoint; it's released under the Qwen Research License Agreement.
[!NOTE]

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

Model Files

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

llama.cpp

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