Visit ComfyUI Online for ready-to-use ComfyUI environment
Rotate images by specified angle for precise adjustments, ideal for AI artists creating artistic effects.
The > Rotate Image node is designed to rotate an image by a specified angle, allowing you to adjust the orientation of your images with precision. This node is particularly useful for AI artists who need to correct the alignment of their images or create artistic effects by rotating images to specific angles. By leveraging this node, you can easily rotate images without losing quality, ensuring that your creative vision is accurately represented. The node also generates a mask that can be used for further image processing or compositing tasks.
The image
parameter is the input image that you want to rotate. This parameter accepts an image in the format specified by the node, typically an IMAGE
type. The image serves as the base for the rotation operation, and its quality and dimensions will directly impact the output.
The rotation_angle
parameter specifies the angle by which the image should be rotated. This parameter accepts an integer value ranging from -359 to 359 degrees, with a default value of 0. Positive values rotate the image clockwise, while negative values rotate it counterclockwise. Adjusting this parameter allows you to achieve the desired orientation for your image.
The image
output is the rotated version of the input image. This output retains the quality and dimensions of the original image, adjusted for the specified rotation angle. The rotated image can be used for further processing or as a final output in your creative projects.
The mask
output is a binary mask that corresponds to the rotated image. This mask can be used to identify the areas of the image that were affected by the rotation, which is useful for compositing or further image manipulation tasks. The mask helps in isolating the rotated content from the background or other elements in the image.
rotation_angle
parameter to specify the exact degree of rotation needed for your image.mask
output to isolate and manipulate specific areas of the rotated image, enhancing your compositing and editing capabilities.rotation_angle
parameter is set within the valid range. Adjust the angle to a value between -359 and 359 degrees.© Copyright 2024 RunComfy. All Rights Reserved.