Skip to content

v1.4.1

Choose a tag to compare

@shootthesound shootthesound released this 24 May 02:14
· 35 commits to main since this release

v1.4.1

Fix: Smart Inpaint on large rectangles.

A Smart Inpaint rectangle larger than the upscale target (roughly >1024px on FLUX 2) hit a Refine-only latent-space shortcut that skipped the crop + reference_latents + masked-zero step. The model then worked on the whole-image latent instead of the selected region, so a large rectangle reproduced the whole scene instead of editing just the rect.

Smart Inpaint now always crops + references the selected region regardless of rectangle size (large rects crop at native resolution; no upscale, no downscale). Small rectangles and all Refine paths are unchanged.