"pose_estimator": (["dw-ll_ucoco_384_bs5.torchscript.pt", "dw-ll_ucoco_384.onnx", "dw-ll_ucoco.onnx", "dw-mm_ucoco.onnx", "dw-ss_ucoco.onnx"], {"default": "dw-ll_ucoco_384.onnx"}) } return input_types Expand All @@ -48,28 +48,38 @@ def INPUT_TYPES(s): CATEG...
"pose_estimator": (["dw-ll_ucoco_384_bs5.torchscript.pt", "dw-ll_ucoco_384.onnx", "dw-ll_ucoco.onnx"], {"default": "dw-ll_ucoco_384_bs5.torchscript.pt"}) } return input_types RETURN_TYPES = ("IMAGE", "POSE_KEYPOINT") FUNCTION = "estimate_pose" CATEGORY = "tbox/Control...
default="dw-ll_ucoco_384_bs5.torchscript.pt" ) ), scale_stick_for_xinsr_cn=INPUT.COMBO(["disable", "enable"]) ) RETURN_TYPES = ("IMAGE", "POSE_KEYPOINT") FUNCTION = "estimate_pose" CATEGORY = "ControlNet Preprocessors/Faces and Poses Estimators" def estimate_pose(self, image,...