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
- Host: GitHub
- URL: https://github.com/nirex0/ComfyUI_pytorch_openpose
- Owner: nirex0
- Created: 2024-05-28T18:02:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-29T10:51:41.000Z (about 1 year ago)
- Last Synced: 2024-05-30T11:13:56.879Z (about 1 year ago)
- Language: Python
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI_pytorch_openpose** - openpose](https://github.com/Hzzone/pytorch-openpose). (All Workflows Sorted by GitHub Stars)
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