Visit ComfyUI Online for ready-to-use ComfyUI environment
Transform images onto distant cylindrical surface for panoramic/wide-angle effects with central pixel height preservation.
The RemapToOuterCylinder
node is designed to transform an image by mapping it onto a cylindrical surface that is positioned far away from the viewer. This transformation is particularly useful for creating panoramic effects or simulating a wide-angle lens view. The node ensures that the central pixels of the image maintain their height, providing a natural and visually appealing result. By adjusting the field of view (FOV) and optionally swapping the x and y coordinates, you can achieve various artistic effects that enhance the depth and perspective of your images. This node is ideal for AI artists looking to add a unique cylindrical distortion to their visuals, making their artwork stand out with a distinctive and immersive look.
The fov
parameter stands for "field of view" and is measured in degrees. It determines the extent of the observable world that is seen at any given moment. A larger FOV will result in a more pronounced cylindrical effect, while a smaller FOV will produce a subtler transformation. The fov
parameter accepts integer values ranging from 1 to 179, with a default value of 90. Adjusting this parameter allows you to control the intensity of the cylindrical mapping, enabling you to achieve the desired visual effect.
The swap_xy
parameter is a boolean option that, when enabled, swaps the x and y coordinates of the image during the remapping process. This can be useful for achieving different artistic effects or for correcting the orientation of the image after the cylindrical transformation. The default value for swap_xy
is False
. Enabling this parameter can help you experiment with different perspectives and orientations, adding versatility to your creative process.
The REMAP
output parameter provides the remapped image coordinates after applying the cylindrical transformation. This output is essential for further processing or rendering the transformed image. The remapped coordinates ensure that the image is correctly displayed with the desired cylindrical effect, maintaining the artistic integrity of your work. This output allows you to seamlessly integrate the transformed image into your projects, enhancing the overall visual appeal.
fov
values to achieve varying degrees of cylindrical distortion, from subtle to extreme.swap_xy
parameter to explore different orientations and perspectives, adding a unique twist to your images.fov
parameter must be an integer between 1 and 179. - Solution: Ensure that the fov
value is within the valid range and is an integer.swap_xy
parameter must be a boolean value (True
or False
).swap_xy
parameter is set to either True
or False
and not any other type of value.© Copyright 2024 RunComfy. All Rights Reserved.