v1.4.1
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.