Visit ComfyUI Online for ready-to-use ComfyUI environment
Extract and visualize human body poses using OpenPose framework for AI artists and developers.
OpenPose
The input_image
parameter is the image that you want to process to detect human poses. It serves as the primary input for the node, and the quality and resolution of this image can significantly impact the accuracy of the pose detection. The image should be in a format that the node can process, typically a standard image format like JPEG or PNG.
The typology
parameter determines the model used for pose detection, with options being "COCO" or "BODY_25". This choice affects the number of keypoints detected and their arrangement. "COCO" is a common typology with fewer keypoints, suitable for general applications, while "BODY_25" provides a more detailed pose estimation with additional keypoints, ideal for applications requiring finer granularity. The default value is "COCO".
The transparency
parameter controls the transparency level of the keypoints overlay on the original image. It is a float value ranging from 0 to 1, where 0 means fully transparent (no overlay) and 1 means fully opaque (no transparency). The default value is 0.4, providing a balanced view of both the original image and the keypoints. Adjusting this parameter allows you to customize the visibility of the keypoints according to your needs.
The image with keypoints
output is the original input image with the detected keypoints overlaid on it. This output is useful for visualizing how the pose estimation aligns with the actual image content, providing a clear view of the detected poses in context.
The keypoints only
output is an image that displays only the detected keypoints without the original image content. This output is beneficial for applications that require a focus on the pose data itself, such as further analysis or integration into other systems.
The keypoints
output is a structured data format containing the coordinates of the detected keypoints. This data is essential for applications that need to process or manipulate pose information programmatically, such as in animation or motion capture systems.
typology
based on your application's needs; use "BODY_25" for more detailed pose information.transparency
parameter to achieve the desired balance between the visibility of the original image and the keypoints overlay.<typology>
typology
parameter is set to either "COCO" or "BODY_25".RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.