Visit ComfyUI Online for ready-to-use ComfyUI environment
Introduce glitch effects to images for artistic distortions using `glitch-this` library, creating retro cyberpunk aesthetics.
The GlitchThis Effect node is designed to introduce a glitch effect to your images, adding a unique and artistic distortion that can enhance the visual appeal of your artwork. This node leverages the capabilities of the glitch-this
library to apply various glitch effects, such as color offsets and scan lines, to your images. By manipulating these parameters, you can create a wide range of glitch aesthetics, from subtle distortions to intense visual disruptions. This effect is particularly useful for creating digital art with a retro or cyberpunk feel, adding an element of unpredictability and creativity to your projects.
This parameter accepts a list of images that you want to apply the glitch effect to. Each image should be in a tensor format, which is a common data structure used in machine learning and image processing.
This parameter controls the intensity of the glitch effect. A higher value will result in more pronounced distortions, while a lower value will produce subtler effects. The default value is 1, and it can be adjusted to suit your artistic needs.
This parameter determines whether to apply a color offset effect to the image. It accepts two options: Enable
and Disable
. When enabled, the colors in the image will be shifted, creating a chromatic aberration effect. The default setting is Disable
.
This parameter controls the addition of scan lines to the image, which can give it a vintage or analog feel. Similar to the color offset, it accepts Enable
and Disable
options. When enabled, horizontal lines will be overlaid on the image, simulating the appearance of an old television screen. The default setting is Disable
.
This parameter sets the seed for the random number generator used in the glitch effect. By specifying a seed value, you can ensure that the same random distortions are applied each time, allowing for reproducibility. The default value is 0.
This output parameter returns a tensor containing the glitched images. Each image in the tensor has been processed according to the specified input parameters, resulting in a collection of visually distorted images ready for further use or display.
glitch_amount
values to find the perfect balance between subtlety and intensity for your artwork.color_offset
to add a vibrant, chromatic aberration effect that can make your images stand out.scan_lines
option to give your images a retro, analog feel, perfect for creating vintage or cyberpunk-themed art.seed
value if you want to reproduce the same glitch effect across multiple images or sessions.glitch-this
library is not installed in your environment.glitch-this
library is installed by running pip install glitch-this
in your command line or terminal.color_offset
or scan_lines
parameters.Enable
or Disable
as values for these parameters.© Copyright 2024 RunComfy. All Rights Reserved.