image
upscaling
Image Upscale with Model

Upscale Image (using Model)

comfyUI节点-Upscale Image(using Model)|图像通过模型放大

Documentation

  • Class name: ImageUpscaleWithModel
  • Category: image/upscaling
  • Output node: False

This node is designed for upscaling images using a specified upscale model. It handles the upscaling process by adjusting the image to the appropriate device, managing memory efficiently, and applying the upscale model in a tiled manner to accommodate for potential out-of-memory errors.

Input types

ParameterComfy dtypeDescription
upscale_modelUPSCALE_MODELThe upscale model to be used for upscaling the image. It is crucial for defining the upscaling algorithm and its parameters.
imageIMAGEThe image to be upscaled. This input is essential for determining the source content that will undergo the upscaling process.

Output types

ParameterComfy dtypeDescription
imageIMAGEThe upscaled image, processed by the upscale model. This output is the result of the upscaling operation, showcasing the enhanced resolution or quality.