Nodes/S42-CutFlow/↔ S42 CutFlow Batch Resize
ComfyUI Node

↔ S42 CutFlow Batch Resize

A ComfyUI node in S42 CutFlow/Utilities with 7 inputs and 3 outputs.

By GeekyGhost·Created 5 months ago·Updated 4 months ago· 3
↔ S42 CutFlow Batch Resize
  • clip
  • clip
  • frame_count
  • info
modeexact
width512
height512
percentage50
max_dim1024
interpolationbilinear
CategoryS42 CutFlow/Utilities

Inputs (7)

NameTypeDefaultDescription
clipIMAGEVideo clip to resize.
modeCOMBOexact'exact' = resize to exact width x height. 'fit_width' = set width, height scales proportionally. 'fit_height' = set height, width scales. 'percentage' = scale by percentage. 'max_dimension' = scale so longest side = max_dim.
widthINT5128–8192Target width (exact, fit_width modes).
heightINT5128–8192Target height (exact, fit_height modes).
percentageFLOAT501–400Scale percentage (percentage mode). 50 = half size, 200 = double.
max_dimINT102464–8192Max dimension for longest side (max_dimension mode).
interpolationCOMBObilinearResize interpolation method. 'bilinear' = smooth (default). 'nearest' = pixel-art safe. 'bicubic'/'lanczos' = high quality (uses PIL).

Outputs (3)

NameTypeDescription
clipIMAGE
frame_countINT
infoSTRING