Rotate:
The ComfyTV.RotateStage node is designed to facilitate the rotation of images within the ComfyTV/Image category. This node allows you to adjust the orientation of an image by specifying a rotation angle, providing a straightforward method to achieve the desired visual effect. Whether you need to correct the orientation of an image or create artistic effects by rotating it, this node offers a simple yet effective solution. By leveraging this node, you can enhance your image processing workflow, ensuring that images are presented in the optimal orientation for your project needs.
Rotate Input Parameters:
force_run_token
This parameter is used internally to manage the execution flow of the node. It typically defaults to 0 and is not intended for manual adjustment by users.
project_id
This parameter identifies the project context in which the node is being executed. It is a string value that helps in organizing and managing different projects within the ComfyTV environment.
parent_output_id
This parameter is used to link the output of this node to a parent node in the workflow. It is an integer value that helps maintain the flow of data between connected nodes.
angle
The angle parameter determines the degree of rotation applied to the image. It accepts integer values ranging from -180 to 180, where positive values rotate the image clockwise and negative values rotate it counterclockwise. The default value is 0, meaning no rotation is applied. Adjusting this parameter allows you to achieve the desired orientation for your image.
image
This optional parameter accepts the image to be rotated. If no image is provided, the node will not perform any rotation. It is crucial to ensure that an image is connected to this input for the node to function correctly.
Rotate Output Parameters:
image
The output parameter is the rotated image. After processing, the node returns the image with the specified rotation applied. This output can then be used in subsequent nodes or exported as needed, allowing you to integrate the rotated image seamlessly into your workflow.
Rotate Usage Tips:
- To achieve precise rotations, use the angle parameter in small increments, especially when fine-tuning the orientation of an image.
- Consider using this node in combination with other image transformation nodes, such as cropping or mirroring, to create complex visual effects.
Rotate Common Errors and Solutions:
No image provided
- Explanation: This error occurs when the image input is left unconnected or an invalid image is provided.
- Solution: Ensure that a valid image is connected to the image input parameter before executing the node.
Invalid angle value
- Explanation: This error arises when the angle parameter is set outside the allowed range of -180 to 180.
- Solution: Adjust the angle parameter to be within the valid range to ensure proper execution of the node.
