Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently scale image resolutions by specified multiplier for AI artists, automating width and height adjustments with precision.
The Quick Resolution Multiply (WLSH) node is designed to efficiently scale image resolutions by a specified multiplier. This node is particularly useful for AI artists who need to quickly adjust the dimensions of their images while maintaining the aspect ratio. By automating the multiplication of width and height, it simplifies the process of resizing images, making it an essential tool for tasks that require consistent and precise resolution adjustments. Whether you are preparing images for different display formats or optimizing them for various applications, this node ensures that your images are scaled accurately and effortlessly.
The width
parameter specifies the initial width of the image that you want to scale. It accepts integer values with a default of 512, a minimum of 16, and a maximum defined by MAX_RESOLUTION
. This parameter is crucial as it determines the starting width before the multiplication is applied.
The height
parameter defines the initial height of the image to be scaled. Similar to the width
parameter, it accepts integer values with a default of 512, a minimum of 16, and a maximum defined by MAX_RESOLUTION
. This parameter sets the starting height before the multiplication process.
The multiplier
parameter determines the factor by which the width and height of the image will be scaled. It accepts integer values with a default of 2, a minimum of 1, and a maximum of 10000. This parameter is essential for controlling the degree of scaling applied to the image dimensions.
The width
output parameter provides the new width of the image after applying the specified multiplier. This value is an integer and represents the scaled width, ensuring that the image maintains its aspect ratio while being resized.
The height
output parameter gives the new height of the image after the multiplication process. This value is an integer and reflects the scaled height, ensuring that the image maintains its aspect ratio while being resized.
width
and height
parameters are set correctly before applying the multiplier
.multiplier
parameter to quickly scale images for different display formats or resolutions, making it easier to prepare images for various applications.multiplier
value provided is outside the acceptable range (1 to 10000).multiplier
value is within the specified range and try again.width
or height
value provided is outside the acceptable range (16 to MAX_RESOLUTION
).width
and height
values are within the specified range and try again.© Copyright 2024 RunComfy. All Rights Reserved.