Super fast tensorrt performance with accuate pose estimation of dwpose model, giving the detecting threshold control, plus pose image render and pose json format output. Fine control for pose plotting.
This is an enhancement of the project ComfyUI Dwpose TensorRT by giving control and output options. Check original project for the super fast performance.
Note: This is for tensorrt only, which is only working if you have cuda based Nvidia card
This project following the original project's license which is CC BY-NC-SA, everyone is FREE to access, use, modify and redistribute with the same license.
If you use this project for commercial purposes, please contact at [email protected] (the original project) and cc to me [email protected]
If you like the project, please give me a star! ⭐
/custom_nodes
directorygit clone https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator
cd ./ComfyUI-ultimate-openpose-estimator
pip install -r requirements.txt # if you use portable version, see below
if you use portable version, install requirement accordingly, for example, I have portable in my E: disk
E:/ComfyUI_windows_portable/python_embeded/python.exe -m pip install -r requirements.txt
Download the following onnx models:
Build tensorrt engines for both of these models by running:
python export_trt.py
Place the exported engines inside ComfyUI /models/tensorrt/dwpose
directory
Right Click -> ultimate-openpose -> Opnepose Estimator Node
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)