Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates cropping images, latents, and masks to specified dimensions for AI art standardization.
The Zuellni Multi Crop node is designed to facilitate the cropping of images, latents, and masks to specified dimensions. This node is particularly useful for AI artists who need to standardize the size of their inputs for further processing or analysis. By allowing you to define the width and height of the crop, the node ensures that your data is consistently formatted, which can be crucial for achieving high-quality results in various AI art applications. The cropping process is performed centrally, ensuring that the most relevant part of the image, latent, or mask is retained. This node is versatile and can handle multiple types of data inputs, making it a valuable tool in your AI art toolkit.
The width
parameter specifies the width of the crop in pixels. It determines how wide the cropped section of the image, latent, or mask will be. The minimum value is 8, the maximum value is 8192, and the default value is 512. Adjusting this parameter allows you to control the horizontal dimension of the cropped output.
The height
parameter specifies the height of the crop in pixels. It determines how tall the cropped section of the image, latent, or mask will be. The minimum value is 8, the maximum value is 8192, and the default value is 512. Adjusting this parameter allows you to control the vertical dimension of the cropped output.
The images
parameter is an optional input that accepts image data. If provided, the node will crop the images to the specified width and height. This parameter allows you to standardize the size of your image inputs for further processing.
The latents
parameter is an optional input that accepts latent data. If provided, the node will crop the latents to the specified width and height. This parameter is useful for ensuring that your latent inputs are consistently sized for subsequent operations.
The masks
parameter is an optional input that accepts mask data. If provided, the node will crop the masks to the specified width and height. This parameter helps in maintaining uniformity in the size of your mask inputs.
The IMAGES
output parameter provides the cropped images. This output is useful for further image processing tasks where a standardized image size is required.
The LATENTS
output parameter provides the cropped latents. This output is essential for subsequent operations that require latents of a specific size.
The MASKS
output parameter provides the cropped masks. This output is beneficial for tasks that involve mask processing, ensuring that the masks are of a consistent size.
images
, latents
, and masks
parameters selectively based on the type of data you are working with. You do not need to provide all three inputs if you are only working with one type of data.images
, latents
, masks
) are provided.© Copyright 2024 RunComfy. All Rights Reserved.