This custom node allow upscaling an image by a factor using a model.
This custom node allow upscaling an image by a factor using a model.
This node will do the following steps:
upscale_by
), then downscale the image to the target size using the scaling method defined by rescale_method
.upscale_model
: Take an upscale model.image
: The image to upscale.upscale_by
: The factor to upscale the image by.rescale_method
: The method to downscale the image to the target scale.IMAGE
: The upscaled image.Clone this repository into ComfyUI's custom_nodes
folder.