Visit ComfyUI Online for ready-to-use ComfyUI environment
Manage and coordinate parallax camera layer motion for dynamic and visually appealing animations.
SaltLayerScheduler is designed to manage and coordinate the parallax motion of camera layers in your animation projects. This node is particularly useful for creating dynamic and visually appealing camera movements by scheduling the motion of different layers in a parallax effect. By leveraging this node, you can achieve a more immersive and engaging visual experience in your animations. The primary goal of SaltLayerScheduler is to simplify the process of animating multiple layers with varying speeds and directions, ensuring a smooth and cohesive parallax motion.
This parameter expects a list of layers, where each layer contains a series of frames with zoom, x, and y values. These values dictate the motion and scaling of each layer over time. The float_layers parameter is crucial for defining the animation data that the scheduler will use to create the parallax effect. There are no specific minimum or maximum values for this parameter, but it should be a well-structured list of frames for each layer.
This parameter is an integer that specifies which layer from the float_layers list should be processed. The default value is 0, and it must be a non-negative integer. The layer_index parameter allows you to select a specific layer to apply the scheduling logic, making it easier to manage and animate individual layers within a complex scene.
This output is a list of zoom values extracted from the selected layer. These values represent the scaling factor of the layer over time, contributing to the depth and perspective of the parallax effect. The zoom_schedule_list is essential for controlling how the layer scales during the animation.
This output is a list of x-coordinate values extracted from the selected layer. These values determine the horizontal movement of the layer over time, adding to the parallax motion's horizontal depth. The x_schedule_list is crucial for defining the layer's horizontal position throughout the animation.
This output is a list of y-coordinate values extracted from the selected layer. These values dictate the vertical movement of the layer over time, enhancing the parallax motion's vertical depth. The y_schedule_list is vital for setting the layer's vertical position during the animation.
© Copyright 2024 RunComfy. All Rights Reserved.