Visit ComfyUI Online for ready-to-use ComfyUI environment
Reverse jitter effects on images, restoring original clarity and integrity.
The UnJitterImage node is designed to reverse the effects of jitter applied to an image, restoring it to its original state. This node is particularly useful when you have applied a jitter effect to an image using the JitterImage node and wish to revert the image back to its unaltered form. By effectively removing the jitter, this node helps in maintaining the integrity and clarity of the image, ensuring that any distortions introduced by jittering are corrected. This can be especially beneficial in workflows where precise image manipulation and restoration are required.
This parameter expects an input of type IMAGE
. It represents the batch of images that have been previously jittered and need to be restored to their original state. The images should be provided in a format compatible with the node's processing capabilities.
This parameter allows you to choose the method of un-jittering the images. It accepts two options: mean
and median
. The mean
option calculates the average of the jittered images to produce a single restored image, while the median
option calculates the median value of the jittered images to achieve the same goal. The choice of operation can affect the final output, with mean
providing a smoother result and median
potentially preserving more details.
The output of this node is of type IMAGE
. It represents the batch of images that have been processed to remove the jitter effect. The resulting images should closely resemble the original, un-jittered images, with distortions corrected based on the chosen operation (mean or median).
mean
operation. This is particularly useful when dealing with images that have subtle jitter effects.median
operation. This can be beneficial for images with more pronounced jitter effects.Input images are not in the correct format
Invalid operation selected
mean
or median
. Any other value will result in this error.Batch size mismatch
© Copyright 2024 RunComfy. All Rights Reserved.