Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance image edges for artistic effects and feature extraction.
The ImageMagick Edge node is designed to enhance the edges within an image, making them more pronounced and defined. This can be particularly useful for creating artistic effects, highlighting boundaries, or preparing images for further processing steps such as edge detection or feature extraction. By applying an edge detection algorithm, this node helps in emphasizing the transitions between different regions of an image, thereby making the details more visible and distinct. This can be beneficial for AI artists looking to add a dramatic effect to their images or to better understand the structure and composition of their artwork.
This parameter represents the input image that you want to process. It should be provided in a compatible image format that the node can handle. The image serves as the base on which the edge detection algorithm will be applied.
The radius parameter controls the size of the area around each pixel that the edge detection algorithm will consider. A larger radius will result in a more pronounced edge effect, while a smaller radius will produce a subtler effect. 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 and sharpness of the edges in your image.
The output parameter is the processed image with enhanced edges. This image will have more defined and pronounced edges compared to the original input image, making it suitable for further artistic manipulation or analysis. The output image retains the same format as the input image, ensuring compatibility with subsequent processing steps.
ValueError: Invalid image format
ValueError: Radius out of range
RuntimeError: Image processing failed
© Copyright 2024 RunComfy. All Rights Reserved.