Visit ComfyUI Online for ready-to-use ComfyUI environment
Analyze images, estimate human poses, detect key points, leverage OpenPose model, customize body parts detection, return annotated image and pose keypoints.
The OpenposePreprocessor node is designed to analyze images and estimate human poses by detecting key points on the body, hands, and face. This node leverages the OpenPose model to provide detailed pose estimations, which can be used in various applications such as animation, augmented reality, and more. By enabling or disabling the detection of specific body parts, you can customize the output to suit your needs. The node processes the input image and returns both the annotated image and the pose keypoints, making it a powerful tool for AI artists looking to incorporate human pose estimation into their projects.
This parameter controls whether the node should detect hand keypoints in the input image. When set to "enable," the node will include hand keypoints in the pose estimation. When set to "disable," hand keypoints will be excluded. This can be useful if you are only interested in body or face keypoints. The available options are "enable" and "disable," with the default value being "enable."
This parameter determines whether the node should detect body keypoints in the input image. Enabling this option will include body keypoints in the pose estimation, while disabling it will exclude them. This is useful for scenarios where only hand or face keypoints are needed. The available options are "enable" and "disable," with the default value being "enable."
This parameter specifies whether the node should detect face keypoints in the input image. When enabled, the node will include face keypoints in the pose estimation. Disabling this option will exclude face keypoints, which can be useful if you only need body or hand keypoints. The available options are "enable" and "disable," with the default value being "enable."
This output parameter provides the annotated image with the detected keypoints overlaid. The annotated image visually represents the detected poses, making it easier to understand and verify the pose estimation results.
This output parameter contains the pose keypoints detected in the input image. The keypoints are provided in a structured format, which can be used for further processing or analysis. This output is essential for applications that require precise pose information, such as animation or motion capture.
detect_hand
and detect_body
to "disable."detect_hand
, detect_body
, detect_face
) and try again.© Copyright 2024 RunComfy. All Rights Reserved.