Visit ComfyUI Online for ready-to-use ComfyUI environment
Create 3D video effect with dynamic zoom and pan using ParallaxZoom node for AI artists.
The ParallaxZoom node is designed to create a 3D video effect by applying a 3D depth parallax to an input image. This effect is achieved by manipulating the foreground and background layers of the image independently, allowing for a dynamic zoom and pan effect that simulates depth. The node is particularly useful for generating engaging and visually appealing animations from static images, enhancing the perception of depth and movement. By adjusting parameters such as zoom factors and pan direction, you can control the intensity and direction of the parallax effect, making it a versatile tool for AI artists looking to add a 3D touch to their creations.
This parameter expects an image that serves as a mask to distinguish between the foreground and background layers. The mask helps in applying different zoom and pan effects to these layers, enhancing the 3D effect.
This parameter takes an image that is divided into slices, which are used to create the parallax effect. The slices allow for more granular control over the zoom and pan effects applied to different parts of the image.
This parameter controls the amount of zoom applied to the foreground layer of the image. The default value is 1.1, with a step size of 0.001. Adjusting this value will increase or decrease the zoom effect on the foreground, making it appear closer or further away. The minimum value is not specified, but it should be greater than 0 to avoid inversion.
This parameter controls the amount of zoom applied to the background layer of the image. The default value is 1.05, with a step size of 0.001. Adjusting this value will increase or decrease the zoom effect on the background, making it appear closer or further away. The minimum value is not specified, but it should be greater than 0 to avoid inversion.
This parameter controls the amount of horizontal shift applied to the image. The default value is 0.1, with a range from -1.0 to 1.0 and a step size of 0.001. Adjusting this value will move the image left or right, adding to the parallax effect.
This parameter specifies the number of frames to generate for the animation. The default value is 25. Increasing this value will result in a longer animation, while decreasing it will shorten the animation.
This boolean parameter determines whether the animation should loop. The default value is False. When set to True, the animation will create a seamless loop, making it ideal for continuous playback.
This output parameter provides the generated frames of the 3D video effect. Each frame is an image that represents a step in the animation, showing the dynamic zoom and pan effects applied to the input image.
This output parameter provides the masks used in the animation. These masks help in distinguishing between the foreground and background layers, ensuring that the zoom and pan effects are applied correctly.
© Copyright 2024 RunComfy. All Rights Reserved.