Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply wave distortion effect to images for ripple-like appearance, with control over amplitude, wavelength, and interpolation methods.
The ImageMagick Wave node is designed to apply a wave distortion effect to an image, creating a ripple-like appearance. This effect can be used to add a dynamic and artistic touch to your images, making them appear as if they are being viewed through water or other wavy surfaces. The node allows you to control the amplitude and wavelength of the wave, giving you the flexibility to create subtle or dramatic effects. Additionally, you can choose from various interpolation methods to determine how the wave effect is applied, ensuring that you can achieve the desired visual outcome. This node is particularly useful for AI artists looking to add unique and creative distortions to their images.
This parameter represents the input image to which the wave effect will be applied. It is required and should be provided in an appropriate image format.
The amplitude parameter controls the height of the wave peaks and troughs. A higher amplitude results in more pronounced waves, while a lower amplitude creates subtler waves. The value can range from 0.0 to 1024, with a default value of 0.0. Adjusting this parameter allows you to fine-tune the intensity of the wave effect.
The wave_length parameter determines the distance between consecutive wave peaks. A larger wave length results in wider waves, while a smaller wave length creates narrower waves. The value can range from 0.0 to 1024, with a default value of 0.0. This parameter helps you control the frequency of the wave pattern.
The method parameter specifies the interpolation method used to apply the wave effect. You can choose from a variety of methods, including undefined
, average
, average9
, average16
, background
, bilinear
, blend
, catrom
, integer
, mesh
, nearest
, and spline
. The default method is average
. Each method offers a different way of calculating the wave effect, allowing you to achieve various visual styles.
The output parameter is the transformed image with the wave effect applied. This image retains the same format as the input image but now includes the wave distortion based on the specified parameters. The output image can be used directly in your projects or further processed with additional effects.
Invalid image format
Amplitude or wave_length out of range
Unsupported interpolation method
average
, bilinear
, or spline
.© Copyright 2024 RunComfy. All Rights Reserved.