An open API service indexing awesome lists of open source software.

https://github.com/nirex0/ComfyUI_pytorch_openpose

OpenPose for ComfyUI
https://github.com/nirex0/ComfyUI_pytorch_openpose

Last synced: 6 months ago
JSON representation

OpenPose for ComfyUI

Awesome Lists containing this project

README

        

# ComfyUI_pytorch_openpose

All Credits go to the original Repo: [Hzzone/pytorch-openpose](https://github.com/Hzzone/pytorch-openpose).

## Install:

1. Clone the repository into the custom_nodes folder.
```
cd ComfyUI/custom_nodes/
git clone https://github.com/nirex0/ComfyUI_pytorch_openpose
cd ComfyUI_pytorch_openpose
```

2. Download the model files and put them in models folder:

* [dropbox](https://www.dropbox.com/sh/7xbup2qsn7vvjxo/AABWFksdlgOMXR_r5v3RwKRYa?dl=0)
* [baiduyun](https://pan.baidu.com/s/1IlkvuSi0ocNckwbnUe7j-g)
* [google drive](https://drive.google.com/drive/folders/1JsvI4M4ZTg98fmnCZLFM-3TeovnCRElG?usp=sharing)

#### You will need to download these 2 files:
```
body_pose_model.pth
hand_pose_model.pth
```
3. Use in ComfyUI under Hzzone>pytorch_openpose menu