Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply jitter effect to images for dynamic, randomized transformations, adding movement and randomness for artistic enhancement.
The JitterImage node is designed to apply a jitter effect to images, creating a visually dynamic and randomized transformation. This effect can be particularly useful for adding a sense of movement or randomness to your images, which can enhance the artistic quality of your work. The node achieves this by applying a series of affine transformations to the input images, effectively shifting and distorting them in a controlled manner. The primary goal of the JitterImage node is to introduce variability and texture to images, making them more engaging and less uniform.
This parameter expects an input of type IMAGE
. It represents the batch of images that you want to apply the jitter effect to. The images should be in a format that the node can process, typically a tensor with dimensions corresponding to batch size, height, width, and color channels.
This parameter is a FLOAT
that controls the intensity of the jitter effect. The jitter_scale
determines how much the images will be shifted and distorted. A higher value results in a more pronounced jitter effect, while a lower value produces a subtler effect. The default value is 1.0, with a minimum value of 0.1 and adjustable in steps of 0.1. Adjusting this parameter allows you to fine-tune the visual impact of the jitter on your images.
The output of the JitterImage node is a transformed image tensor of type IMAGE
. This tensor contains the batch of images with the jitter effect applied. The output images will have the same dimensions as the input images but will exhibit the randomized shifts and distortions introduced by the jitter effect. This output can be used directly in your artistic projects or further processed by other nodes in your workflow.
jitter_scale
values to achieve the desired level of randomness and movement in your images. Start with the default value and gradually increase or decrease it to see how it affects the visual outcome.jitter_scale
parameter is set to a non-positive value, which is not allowed.jitter_scale
parameter to a positive float value, with a minimum of 0.1. Ensure that the value is within the allowed range and adjust it in steps of 0.1.© Copyright 2024 RunComfy. All Rights Reserved.