Nodes/ComfyUI-Smart-Upscaler/Output-Scale Tiles: AI or Standard Resize
ComfyUI Node

Output-Scale Tiles: AI or Standard Resize

A ComfyUI node in Smart Upscaler/Tiling with 14 inputs and 6 outputs.

By HallettVisual·Created 21 days ago·Updated 12 days ago· 11
Output-Scale Tiles: AI or Standard Resize
  • image
  • upscale_model
  • upscaled_tiles
  • processing_preview
  • upscaled_image
  • blend_masks
  • tile_metadata_json
  • preflight_summary
upscale_methodAI upscaler model (ESRGAN, etc.)
min_tile_size1024
max_tile_size1536
overlap32
feather16
scale_factor2.00
divisible_by16
upscale_batch_size1
padding_modeedge
cache_moderead_write
cache_tagauto
preview_max_size1600
CategorySmart Upscaler/Tiling

Inputs (14)

NameTypeDefaultDescription
imageIMAGE
upscale_methodCOMBOAI upscaler model (ESRGAN, etc.)AI models can add detail but may round small objects. Standard resize methods preserve source geometry and need no model.
min_tile_sizeINT1024256–4096Minimum processing tile size in final sampler pixels.
max_tile_sizeINT1536256–4096Maximum processing tile size in final sampler pixels.
overlapINT320–1024Total shared overlap in final sampler pixels.
featherINT160–512Blend fade width in final sampler pixels.
scale_factorFLOAT2.001–12How many times larger the final image is. High scales multiply tile count and time: a 1340x896 source at 12x renders about 90 tiles.
divisible_byINT161–256
upscale_batch_sizeINT11–16Tiles sent through an AI upscaler together. Ignored by standard resize methods.
padding_modeCOMBOedgeHow tiles that reach past the image border are filled before enlargement. Edge repeats the outermost pixels (right for photos - leave it here). Zero fills black, only useful for images with true black borders.
cache_modeCOMBOread_writeReuse enlarged tiles from disk, regenerate them, or skip the disk cache.
cache_tagSTRINGautoOptional cache label. The upscaler weights are fingerprinted automatically.
preview_max_sizeINT1600512–8192Maximum dimension of the output-scale diagnostic preview.
upscale_modeloptUPSCALE_MODELRequired only when the AI upscaler method is selected.

Outputs (6)

NameTypeDescription
upscaled_tilesIMAGE
processing_previewIMAGE
upscaled_imageIMAGE
blend_masksMASK
tile_metadata_jsonSTRING
preflight_summarySTRING