<aside> 🛠

Auto-Upscale Small Images to the Next Standard Resolution Tier


Bring small or inconsistently sized images up to a standard resolution tier (512, 1024, 1536, 2048, 2560, 3072, 4096) but only when they actually need it. Already big enough? Image passes through untouched. Perfect for normalizing inputs before AI models that expect a minimum resolution, without ever downscaling or duplicating work.

</aside>


What it does

Image Conditional Resize automatically upscales small images to the next standard resolution tier you've allowed. It looks at the input image's width and height, finds the smallest tier that fits both dimensions, and resizes up to it. If the image is already at or above your selected maximum tier, it's returned unchanged. Aspect ratio is preserved by default. Runs instantly with no GPU.

Problem it solves

Input/Output

<aside>

Features

Screenshot 2026-05-14 at 11.40.26 AM.png

How to Use

<aside>

  1. Load image → Add an Image Loader (or any upstream image source) and connect it to Image Conditional Resize

  2. Pick a resize method → Choose Bicubic (default), Bilinear, or Lanczos depending on quality vs speed needs

  3. Set the maximum tier → Choose the highest tier you want the tool to upscale to (512 / 1024 / 1536 / 2048 / 2560 / 3072 / 4096)

  4. Run Flow → Small images are upscaled to the next standard tier that fits; already-big-enough images pass through untouched

    Screenshot 2026-05-14 at 11.35.43 AM.png

</aside>