Visit ComfyUI Online for ready-to-use ComfyUI environment
Transform images into sketch-like drawings using ImageMagick for artistic effects, ideal for AI artists.
The ImageMagick Sketch node is designed to transform your images into sketch-like drawings, providing an artistic effect that mimics hand-drawn sketches. This node leverages the powerful capabilities of ImageMagick to apply a sketch effect, which can be particularly useful for creating stylized images, enhancing visual storytelling, or adding a unique touch to your digital artwork. By adjusting parameters such as radius, sigma, and angle, you can control the intensity and style of the sketch effect, allowing for a wide range of creative possibilities. This node is ideal for AI artists looking to add a distinctive, hand-crafted look to their images without needing extensive technical knowledge.
This parameter represents the input image that you want to apply the sketch effect to. It accepts an image file in various formats supported by ImageMagick.
The radius parameter controls the radius of the Gaussian, in pixels, used to blur the image before applying the sketch effect. A larger radius results in a more pronounced blur, which can soften the sketch lines. The value ranges from 0.0 to 1024, with a default of 0.0.
The sigma parameter defines the standard deviation of the Gaussian blur. It works in conjunction with the radius to determine the extent of the blur. A higher sigma value increases the blur effect, which can influence the sharpness and detail of the sketch. The value ranges from 0.0 to 1024, with a default of 0.0.
The angle parameter specifies the angle of the sketch lines. By adjusting this value, you can change the direction of the lines in the sketch, adding a dynamic element to the effect. The value ranges from 0.0 to 1024, with a default of 0.0.
The output is an image that has been transformed into a sketch-like drawing. This output retains the original dimensions and format of the input image but with the applied sketch effect, providing a visually distinct and artistic rendition of the original.
ValueError: Invalid image format
TypeError: Radius/Sigma/Angle must be a float
RuntimeError: Image processing failed
© Copyright 2024 RunComfy. All Rights Reserved.