Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply scheduled displacement effects to batch of images using displacement map for dynamic visual transformations.
SaltScheduledImageDisplacement is a powerful node designed to apply scheduled displacement effects to a batch of images. This node allows you to manipulate images by displacing their pixels based on a displacement map, with the displacement intensity and direction controlled by scheduled amplitude and angle values. This functionality is particularly useful for creating dynamic visual effects that evolve over time, such as simulating waves, distortions, or other complex transformations. By leveraging this node, you can achieve intricate and visually appealing results that enhance the artistic quality of your projects.
This parameter represents the batch of images to which the displacement effect will be applied. The images should be in a tensor format with dimensions corresponding to batch size, height, width, and channels. The quality and resolution of the input images directly impact the final output.
This parameter is the batch of displacement maps used to determine how the pixels in the input images will be displaced. Each displacement map should match the dimensions of the corresponding input image. The displacement maps guide the direction and magnitude of pixel shifts, creating the desired visual effect.
This optional parameter is a list or tensor of amplitude values that control the intensity of the displacement effect for each image in the batch. If not provided or if the list is shorter than the batch size, a default amplitude of 0 will be used for the remaining images. The amplitude values determine how far the pixels are displaced, with higher values resulting in more pronounced effects.
This optional parameter is a list or tensor of angle values that specify the direction of the displacement effect for each image in the batch. If not provided or if the list is shorter than the batch size, a default angle of 0 will be used for the remaining images. The angle values are measured in degrees and dictate the direction in which the pixels are shifted.
This output parameter is the batch of images that have been processed with the displacement effect. Each image in the batch is displaced according to the corresponding displacement map, amplitude, and angle values. The resulting images exhibit the visual transformations specified by the input parameters, providing a dynamic and artistic effect.
© Copyright 2024 RunComfy. All Rights Reserved.