Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate immersive 360-degree panning videos from equilateral images, adding depth and motion for engaging visual experiences.
The Auto Pan Equilateral (mtb) node is designed to generate a 360-degree panning video from an equilateral image. This node is particularly useful for creating immersive visual experiences by transforming a static equilateral image into a dynamic video that simulates a panoramic view. By adjusting various parameters such as field of view (FOV) and elevation, you can control the perspective and movement within the generated video. This node is ideal for AI artists looking to add a sense of depth and motion to their equilateral images, making their creations more engaging and visually appealing.
This parameter accepts an equilateral image that serves as the source for generating the 360-degree panning video. The image should be in a format that the node can process, typically an image tensor.
This parameter sets the horizontal field of view (FOV) for the video. It controls how wide the view is horizontally. The default value is 45.0. Adjusting this value can change the perspective and the amount of the scene visible in the video.
This parameter sets the vertical field of view (FOV) for the video. It controls how wide the view is vertically. The default value is 45.0. Similar to fovX, changing this value affects the vertical perspective of the scene.
This parameter determines the elevation angle for the video, which affects the vertical position of the viewpoint. The default value is 0.5. Adjusting the elevation can simulate looking up or down within the scene.
This parameter specifies the number of frames to generate for the video. The default value is 100. Increasing the frame count results in a smoother video but requires more processing time.
This parameter sets the width of the output video frames. The default value is 768. Adjusting the width can change the resolution and aspect ratio of the video.
This parameter sets the height of the output video frames. The default value is 512. Similar to width, changing the height affects the resolution and aspect ratio of the video.
This optional parameter allows you to provide a list of float values to dynamically change the horizontal FOV for each frame. The list should match the frame count.
This optional parameter allows you to provide a list of float values to dynamically change the vertical FOV for each frame. The list should match the frame count.
This optional parameter allows you to provide a list of float values to dynamically change the elevation for each frame. The list should match the frame count.
This output parameter returns the generated 360-degree panning video as a sequence of image frames. Each frame is processed to reflect the specified FOV, elevation, and other parameters, resulting in a cohesive video that simulates a panoramic view.
© Copyright 2024 RunComfy. All Rights Reserved.