Visit ComfyUI Online for ready-to-use ComfyUI environment
Transform images onto inner cylinder surface for unique visual effects, immersive experiences, and creative flexibility.
The RemapToInnerCylinder node is designed to transform an image by mapping it onto the inner surface of a cylindrical shape. This transformation can create a unique visual effect, making it appear as though the image is wrapped around the inside of a cylinder. This node is particularly useful for creating immersive and dynamic visual experiences, as it allows you to manipulate the field of view and axis orientation to achieve the desired effect. By adjusting the parameters, you can control the extent of the cylindrical distortion and the orientation of the image, providing a high degree of creative flexibility.
The fov
parameter stands for "field of view" and determines the extent of the observable world that is seen at any given moment. It is measured in degrees and can range from 1 to 179, with a default value of 90. A smaller field of view will result in a more zoomed-in effect, while a larger field of view will provide a wider perspective, making the cylindrical mapping more pronounced.
The swap_xy
parameter is a boolean option that allows you to swap the x and y axes of the image. By default, this is set to False
. When set to True
, the horizontal and vertical axes of the image are interchanged, which can be useful for achieving specific visual effects or correcting the orientation of the image after the cylindrical mapping.
The output parameter REMAP
provides the remapped image data after applying the inner cylinder transformation. This output contains the function and arguments necessary to perform the remapping, which can then be used in subsequent nodes or processes to generate the final visual effect. The remapped image will have the cylindrical distortion applied based on the specified input parameters.
fov
values to see how the field of view affects the cylindrical distortion. A higher fov
can create a more dramatic wrap-around effect.swap_xy
parameter to adjust the orientation of the image if the initial result does not align with your creative vision. This can help in achieving the desired visual outcome.fov
parameter must be within the range of 1 to 179 degrees.fov
value is set within the valid range. Adjust the value to be between 1 and 179.swap_xy
parameter must be either True
or False
.swap_xy
parameter is set to a boolean value. Correct any non-boolean values to either True
or False
.© Copyright 2024 RunComfy. All Rights Reserved.