ComfyUI Node
↔ S42 CutFlow Batch Resize
A ComfyUI node in S42 CutFlow/Utilities with 7 inputs and 3 outputs.
↔ S42 CutFlow Batch Resize
- clip
- clip
- frame_count
- info
◄modeexact►
◄width512►
◄height512►
◄percentage50►
◄max_dim1024►
◄interpolationbilinear►
CategoryS42 CutFlow/Utilities
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | IMAGE | Video clip to resize. | |
| mode | COMBO | exact | '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. |
| width | INT | 5128–8192 | Target width (exact, fit_width modes). |
| height | INT | 5128–8192 | Target height (exact, fit_height modes). |
| percentage | FLOAT | 501–400 | Scale percentage (percentage mode). 50 = half size, 200 = double. |
| max_dim | INT | 102464–8192 | Max dimension for longest side (max_dimension mode). |
| interpolation | COMBO | bilinear | Resize interpolation method. 'bilinear' = smooth (default). 'nearest' = pixel-art safe. 'bicubic'/'lanczos' = high quality (uses PIL). |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| clip | IMAGE | — |
| frame_count | INT | — |
| info | STRING | — |