Image ProcessingFull Capture

Upscale Image

class_type: ImageScale

Source repo

Resizes an image to specified dimensions using configurable interpolation methods (nearest, bilinear, bicubic, lanczos). Used for resolution changes, upscaling, and preparing images for further processing.

What It Does

ImageScale resizes images within the ComfyUI pipeline. It supports multiple interpolation methods that affect quality: nearest-neighbor (fast, pixelated), bilinear (smooth, some blur), bicubic (sharper), and lanczos (best quality for downscaling).

This node is commonly used in hi-res fix workflows (generate at low res, upscale, re-sample at higher res) and for preparing images to specific output dimensions.

Inputs

imageIMAGE

Input image to resize.

upscale_methodSTRING

Interpolation method.

widthINT

Target width in pixels.

heightINT

Target height in pixels.

cropSTRING

Crop mode (disabled, center).

Outputs

IMAGEIMAGE

Resized image.

What Numonic Captures

  • Target dimensions
  • Upscale method
  • Crop mode

Known Gaps

  • Source dimensions (must be traced through workflow graph)
  • Effective scale factor

Related Nodes

Capture ComfyUI metadata automatically

Numonic extracts workflow metadata from every ComfyUI generation — models, samplers, seeds, prompts, and custom nodes. Track provenance, maintain compliance, and never lose a workflow.