output
Glossary ↗Instruction-Based Image Editing
Instruction-based image editing changes an existing image from a plain-language command — "remove the person on the left," "make it winter," "change the shirt to red" — instead of masking regions by hand or writing a full generation prompt. The model interprets the instruction, locates the relevant area itself, and edits only what's needed while keeping the rest of the image consistent. It's a big usability leap over inpainting, which requires you to paint a mask first. Tools and models in this space include InstructPix2Pix and the conversational image editors shipped by major labs in 2024–2025. For builders, it turns image editing into a chat-like flow that non-designers can use, which is powerful for marketing, e-commerce, and content apps. Practical notes: results can drift — the model may alter more than you asked or subtly change identity and lighting — so support iterative edits, undo, and side-by-side comparison. Preserving fine text and faces across edits remains the hard part; verify before publishing.
Related terms