๐Ÿ‡ Upscale w/ Model (Advanced)

UpscaleWithModelAdvanced

Based on Comfy's native "Upscale Image (using Model)", with controls exposed to tune for large batches, avoid slow OOM fallbacks, and create opportunities to optimize for speed. Defaults - Behaves about the same as the original node. Controls - max_batch_size > 0: process images in chunks to keep VRAM steady and reduce fallback slowdowns. - tile_size: choose a starting tile; original node defaults to 512. 0 = auto (falls back 512 โ†’ 256 โ†’ 128 on OOM). - channels_last: try ON for a speedup on some systems. - precision: lower (fp16/bf16) can be faster; may impact quality depending on the model.

Pack: WhiteRabbit

custom_nodes.comfyui-WhiteRabbit

Inputs (6)

NameTypeRequired
upscale_modelUPSCALE_MODELrequired
imageIMAGErequired
max_batch_sizeINToptional
tile_sizeINToptional
channels_lastBOOLEANoptional
precisionCOMBOoptional

Outputs (1)

NameType
IMAGEIMAGE