Visit ComfyUI Online for ready-to-use ComfyUI environment
Crop bottom of image to specified width, refine composition by excluding lower part, control cropped area width.
The FC CropBottom node is designed to crop the bottom part of an image to a specified width. This node is particularly useful when you need to focus on a specific area of an image, such as the upper portion, by removing the lower part. It helps in refining the composition of your image by allowing you to control the width of the cropped area, ensuring that the resulting image meets your desired dimensions. This can be especially beneficial in scenarios where the bottom part of the image contains unnecessary or distracting elements that you wish to exclude.
This parameter represents the input image that you want to crop. The image should be provided in a tensor format, which is a common format used in image processing tasks. The source image is the primary input on which the cropping operation will be performed.
This parameter specifies the width of the cropped image. It determines how much of the bottom part of the image will be removed. The width is an integer value with a default of 512 pixels, and it can range from a minimum of 0 to a maximum of 2048 pixels, with a step size of 1 pixel. Adjusting this parameter allows you to control the extent of the cropping, ensuring that the resulting image has the desired width.
The output of this node is the cropped image, returned in a tensor format. This image will have the bottom part removed according to the specified width, resulting in a new image that focuses on the upper portion. The output image retains the original quality and format, making it ready for further processing or use in your projects.
© Copyright 2024 RunComfy. All Rights Reserved.