prithivMLmods/Qwen-Image-2.1-PE-I2I-GGUF
933k
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 awh_ratio(new aspect ratio for compositions) orratio_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
llama.cpp
LLM inference in C/C++ — https://github.com/ggml-org/llama.cpp
