Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently reduce image size while maintaining quality with various downscaling methods for different applications.
The easy imageScaleDown
node is designed to help you reduce the size of your images efficiently while maintaining quality. This node is particularly useful when you need to downscale images to fit specific dimensions or reduce their resolution for various applications, such as web usage or creating thumbnails. By leveraging advanced downscaling methods, this node ensures that the visual integrity of your images is preserved, even when significantly reducing their size. The node offers a range of downscaling methods to choose from, allowing you to select the one that best suits your needs. Whether you are looking to quickly downscale an image for a preview or need precise control over the downscaling process, this node provides the flexibility and ease of use required for both simple and complex tasks.
This parameter represents the input image that you want to downscale. It accepts an image file in various formats and serves as the primary source for the downscaling process.
This parameter allows you to choose the method used for downscaling the image. The available options include "nearest-exact", "bilinear", "area", "bicubic", and "lanczos". Each method has its own characteristics: "nearest-exact" is fast but may produce blocky results, "bilinear" and "bicubic" offer smoother results, "area" is good for reducing images with minimal artifacts, and "lanczos" provides high-quality downscaling with sharp details. The default value is "bicubic".
This parameter determines the factor by which the image will be downscaled. It is a floating-point value that specifies the ratio of the new dimensions to the original dimensions. For example, a downscale factor of 0.5 will reduce the image dimensions by half. The value should be greater than 0 and less than or equal to 1.0.
This parameter specifies whether the image should be cropped after downscaling. The available options are "disabled" and "center". When set to "center", the image will be cropped to maintain the aspect ratio, focusing on the center of the image. The default value is "disabled".
The output parameter is the downscaled image. This image retains the visual quality as much as possible while being reduced in size according to the specified downscale method and factor. The output can be used directly in your projects or further processed as needed.
© Copyright 2024 RunComfy. All Rights Reserved.