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
imageIMAGEInput image to resize.
upscale_methodSTRINGInterpolation method.
widthINTTarget width in pixels.
heightINTTarget height in pixels.
cropSTRINGCrop mode (disabled, center).
Outputs
IMAGEIMAGEResized 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.