Visit ComfyUI Online for ready-to-use ComfyUI environment
Transform images with horizontal or vertical flips for mirrored effects and artistic adjustments, ensuring consistent batch processing.
The Image Flip node is designed to transform your images by flipping them either horizontally or vertically. This node is particularly useful for creating mirrored effects or adjusting the orientation of images to better fit your artistic vision. By flipping images, you can achieve a variety of visual effects that can enhance the composition and symmetry of your artwork. The node processes each image in a batch, ensuring that all images are consistently flipped according to the specified mode. This functionality is essential for tasks that require uniform transformations across multiple images, such as preparing datasets for machine learning or creating cohesive visual series.
This parameter accepts a batch of images that you want to flip. Each image in the batch will be processed according to the specified mode. The images should be in a format compatible with the node, typically as tensors. This parameter is required for the node to function.
The mode parameter determines the direction in which the images will be flipped. It accepts two options: "horizontal" and "vertical". When set to "horizontal", the images will be flipped along the vertical axis, creating a mirror image from left to right. When set to "vertical", the images will be flipped along the horizontal axis, creating a mirror image from top to bottom. This parameter is required and must be specified for the node to execute the flip operation.
The output parameter is a batch of images that have been flipped according to the specified mode. Each image in the batch will reflect the transformation applied, either horizontally or vertically. The output images are in the same format as the input images, typically as tensors, and can be used in subsequent nodes or saved for later use.
© Copyright 2024 RunComfy. All Rights Reserved.