Lore

Crop-and-Recombine AI Retouch Realignment (Difference Blend + Masking)

Overview

When an AI image generator's output resolution ceiling sits below a source photo's native resolution, the workaround is to crop the photo down to just the region needing AI work — ideally to a square (1:1) aspect ratio, since many generators (e.g. Nano Banana) behave most consistently on square inputs — run the AI edit on that crop alone, then recombine the result with the full-resolution original in Photoshop. This also lowers per-generation cost on credit-metered tools, since effective resolution drops.

Recombination technique

  1. Bring the AI-edited crop in as a smart object layer above the original.
  2. Set its blend mode to Difference — misaligned areas glow, perfectly aligned areas go black, giving direct visual alignment feedback.
  3. Use Free Transform (Ctrl/Cmd+T) with an Alt/Option-clicked anchor point to scale and move the crop until the overlap goes black, then switch blend mode back to Normal.
  4. Faster alternative: Edit > Auto-Align Layers — quicker, but requires rasterizing first, sacrificing the smart object.
  5. Alt/Option-click the layer mask button to add a black (hiding) mask on the aligned layer, then paint with a soft white brush to reveal only the wanted AI-retouched regions, blending them into the otherwise-untouched original.

Why it matters

Generative models produce an entirely new set of pixels rather than edit existing ones, so a result can look convincing yet be subtly wrong (e.g. an eye that no longer reads as the same eye) even when the overall retouch is good. Because the mask is selective and reversible, any specific wrong region can be painted back to the original with a black brush stroke — no need to discard or redo the whole generation.

Related