Nodes Browser

ComfyDeploy: How ComfyUI_pytorch_openpose works in ComfyUI?

What is ComfyUI_pytorch_openpose?

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

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI_pytorch_openpose and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI_pytorch_openpose

All Credits go to the original Repo: 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
  1. Download the model files and put them in models folder:

You will need to download these 2 files:

body_pose_model.pth
hand_pose_model.pth
  1. Use in ComfyUI under Hzzone>pytorch_openpose menu