Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply surreal solarization effect to images using ImageMagick, enhancing artistic visuals for AI artists.
The ImageMagick Solarize node is designed to apply a solarization effect to your images, a technique that inverts all colors above a certain threshold, creating a surreal and artistic look. This effect is often used in creative photography and digital art to produce striking and unique visuals. By adjusting the threshold and selecting specific color channels, you can fine-tune the solarization effect to achieve the desired artistic outcome. This node leverages the powerful capabilities of ImageMagick to process images efficiently and effectively, making it a valuable tool for AI artists looking to add a distinctive touch to their work.
This parameter accepts the image you want to apply the solarization effect to. The input should be in a compatible image format that the node can process.
The threshold parameter determines the cutoff point for the solarization effect. Pixels with intensity values above this threshold will be inverted. The threshold value can range from 0.0 to 1024.0, with a default value of 0.0. Adjusting this value allows you to control the extent of the solarization effect on your image.
The channel parameter specifies which color channel(s) the solarization effect should be applied to. Options include undefined
, red
, gray
, cyan
, green
, magenta
, blue
, yellow
, black
, alpha
, opacity
, index
, readmask
, write_mask
, meta
, composite_channels
, all_channels
, true_alpha
, rgb
, rgb_channels
, gray_channels
, sync_channels
, and default_channels
. The default value is red
. Selecting different channels allows you to target specific parts of the image for the solarization effect.
The output is the processed image with the solarization effect applied. This image will reflect the adjustments made based on the input parameters, showcasing the unique and artistic solarization effect.
blue
channel might produce a different look compared to the red
channel.Invalid image format
Threshold value out of range
Invalid channel selection
© Copyright 2024 RunComfy. All Rights Reserved.