Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates segmentation and parsing of human images into distinct components using advanced machine learning for precise editing and customization.
The Cozy Human Parser LIP node is designed to facilitate the segmentation and parsing of human images into distinct components such as clothing items and body parts. This node leverages advanced machine learning techniques to accurately identify and separate various elements within an image, making it an invaluable tool for AI artists who need to manipulate or analyze specific parts of human figures in their artwork. By providing a detailed mask of different human components, the Cozy Human Parser LIP node allows for precise editing, customization, and enhancement of images, thereby streamlining the creative process and enhancing the quality of the final output.
This parameter accepts an image input that you want to parse. The image should be in a format that the node can process, typically a standard image file like JPEG or PNG. The quality and resolution of the image can impact the accuracy of the parsing.
This boolean parameter determines whether the background of the image should be included in the mask. Setting it to True
will include the background, while False
will exclude it. The default value is False
.
This boolean parameter specifies whether the hat component should be included in the mask. Setting it to True
will include hats in the parsing process. The default value is False
.
This boolean parameter specifies whether the hair component should be included in the mask. Setting it to True
will include hair in the parsing process. The default value is False
.
This boolean parameter specifies whether the glove component should be included in the mask. Setting it to True
will include gloves in the parsing process. The default value is False
.
This boolean parameter specifies whether the sunglasses component should be included in the mask. Setting it to True
will include sunglasses in the parsing process. The default value is False
.
This boolean parameter specifies whether the upper clothes component should be included in the mask. Setting it to True
will include upper clothes in the parsing process. The default value is False
.
This boolean parameter specifies whether the dress component should be included in the mask. Setting it to True
will include dresses in the parsing process. The default value is False
.
This boolean parameter specifies whether the coat component should be included in the mask. Setting it to True
will include coats in the parsing process. The default value is False
.
This boolean parameter specifies whether the socks component should be included in the mask. Setting it to True
will include socks in the parsing process. The default value is False
.
This boolean parameter specifies whether the pants component should be included in the mask. Setting it to True
will include pants in the parsing process. The default value is False
.
This boolean parameter specifies whether the jumpsuits component should be included in the mask. Setting it to True
will include jumpsuits in the parsing process. The default value is False
.
This boolean parameter specifies whether the scarf component should be included in the mask. Setting it to True
will include scarves in the parsing process. The default value is False
.
This boolean parameter specifies whether the skirt component should be included in the mask. Setting it to True
will include skirts in the parsing process. The default value is False
.
This boolean parameter specifies whether the face component should be included in the mask. Setting it to True
will include faces in the parsing process. The default value is False
.
This boolean parameter specifies whether the left arm component should be included in the mask. Setting it to True
will include the left arm in the parsing process. The default value is False
.
This boolean parameter specifies whether the right arm component should be included in the mask. Setting it to True
will include the right arm in the parsing process. The default value is False
.
This boolean parameter specifies whether the left leg component should be included in the mask. Setting it to True
will include the left leg in the parsing process. The default value is False
.
This boolean parameter specifies whether the right leg component should be included in the mask. Setting it to True
will include the right leg in the parsing process. The default value is False
.
This boolean parameter specifies whether the left shoe component should be included in the mask. Setting it to True
will include the left shoe in the parsing process. The default value is False
.
This boolean parameter specifies whether the right shoe component should be included in the mask. Setting it to True
will include the right shoe in the parsing process. The default value is False
.
The mask
output is a binary image where the selected components are highlighted. This mask can be used to isolate specific parts of the image for further editing or analysis. The mask is returned as a tensor that can be easily manipulated within the AI workflow.
The map
output is the parsed image with the selected components visually distinguished. This output helps in visualizing the segmentation results and can be used directly in your artwork or for further processing. The map is returned as an RGB image.
© Copyright 2024 RunComfy. All Rights Reserved.