QWEN-Image-Edit-Inpaint — Image Edit AI Model
Mask a region, describe what belongs there, and QWEN Inpaint regenerates only that area while the rest of the frame stays untouched. Good for stripping baked-in text, swapping an object, or changing a background.
Details
- CategoryImage Edit
- Year2025
- LicenseApache-2.0
Compliance & Provenance
- ProviderAlibaba (open weights) · Specialized
- EU AI Act RiskLimited Risk
- Art. 50 TransparencyRequired — AI-generated outputs are marked
Inputs & Outputs
- ImageInput · image
Source image to inpaint
- MaskInput · image
Mask image — white marks the region to fill/remove, black is kept unchanged
- TextInput · string · optional
Prompt describing what should fill the masked region — a new object, text, or scene to add or replace. To REMOVE something, just mask it and leave this empty: the masked area is filled with a clean background. Negative prompt (what to keep out of the fill) is available as an advanced parameter.
- ImageOutput · image
Inpainted image — masked region filled, rest preserved
Tags
Alternatives in Image Edit
- FireRed-1.1
Natural-language image edit with strong identity consistency. 1-3 min.
- LatentDiffusion (Object Removal)
Mask-based object removal / inpainting. 10-30s.
- QWEN-2511
Edits images from a natural-language instruction. Higher quality than QWEN 2509 but heavier (1–3 min).
- QWEN-Layered
Decomposes an image into editable RGBA layers (foreground objects, background, …). Pair with List-Extract → QWEN-Image-Edit → List-Inject → Layer-Compose to edit a single layer and recompose.