This project provides a Tensorrt implementation of Dwpose for ultra fast pose estimation inside ComfyUI
This project is licensed under CC BY-NC-SA, everyone is FREE to access, use, modify and redistribute with the same license.
For commercial purposes, please contact me directly at yuvraj108c@gmail.com
If you like the project, please give me a star! ā
Note: The following results were benchmarked on FP16 engines inside ComfyUI, using 1000 similar frames
Device | FPS |
---|---|
L40s | 20 |
Navigate to the ComfyUI /custom_nodes
directory
git clone https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt
cd ./ComfyUI-Dwpose-Tensorrt
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 -> tensorrt -> Dwpose Tensorrt
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)