Nodes/comfyui-fvmtools/K2 Post Upscale
ComfyUI Node

K2 Post Upscale

Scales the finished image to an exact final size. 'lanczos' is a deterministic high-quality resize. 'upscale_model' first runs the connected ComfyUI UPSCALE_MODEL (typically 2x or 4x) and then resizes to the exact requested factor, so a 4x model can serve a 2.5x target without a second node.

By ping1979ping·Created 5 months ago·Updated 21 days ago· 0
K2 Post Upscale
  • image
  • upscale_model
  • image
scale2.00
methodlanczos
tile512
CategoryFVM Tools/K2

Inputs (5)

NameTypeDefaultDescription
imageIMAGEImage batch to enlarge.
scaleFLOAT2.001–8Final width and height multiplier.
methodCOMBOlanczoslanczos: deterministic high-quality resize. upscale_model: run the neural model first, then resize to the exact target.
upscale_modeloptUPSCALE_MODELRequired only for the 'upscale_model' method.
tileoptINT512128–2048Tile size for the neural upscaler (lower = less VRAM).

Outputs (1)

NameTypeDescription
imageIMAGE