torch opencv-python numpy huggingface_hub torchvision


This repository contains a Python implementation for extracting and visualizing human pose keypoints using OpenPose models.
The OpenPoseNode class allows users to input images and obtain the keypoints and limbs drawn on the images with adjustable transparency.
Additionally, it can provide an image with only the keypoints drawn on a black background, and the keypoints value in a JSON format.
You can find the example workflow here
ComfyUI/models/openposeEnsure you have the following packages installed:
torchcv2 (OpenCV)numpyhuggingface_hubtorchvisionyou can install them with
pip install -r requirement.txtor
python install.pySpecial thanks to beingjoey/pytorch_openpose_body_25 for the inspiration. Their work provided a foundation and motivation for developing this custom node.
We welcome contributions! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
Thank you for using the OpenPose node for ComfyUI. We hope it enhances your image processing workflows!