DWposeDeluxe Custom Options

CustomOptions

<div id="dwpdlx_short_desc">Advanced controls for estimation appearance and thresholds.</div> **Function:** Provides advanced control over the appearance and thresholds of the pose estimation. ### Inputs *None* ### Parameters - **body_dot_size_modifier:** Adjusts the size of body keypoint dots. - **body_line_thickness_modifier:** Adjusts the thickness of body bones. - **hand_dot_size_modifier:** Adjusts the size of hand keypoint dots. - **hand_line_thickness_modifier:** Adjusts the thickness of hand bones. - **face_dot_size_modifier:** Adjusts the size of face keypoint dots. - **pose_threshold:** Minimum confidence for a person to be detected. - **body_threshold:** Minimum confidence for body keypoints. - **face_threshold:** Minimum confidence for face keypoints. - **hand_threshold:** Minimum confidence for hand keypoints. - **face_padding:** Amount of padding to add around cropped faces. - **neck_validity:** Confidence threshold for the neck connection validity. - **nms_threshold:** Non-Maximum Suppression threshold for bounding boxes. - **score_threshold:** Score threshold for detector bounding boxes. ### Outputs - **custom_options:** A package of options to be connected to the main Estimator node.

Pack: ComfyUI_DWposeDeluxe

custom_nodes.ComfyUI_DWposeDeluxe

Inputs (15)

NameTypeRequired
body_dot_size_modifierINTrequired
body_line_thickness_modifierINTrequired
hand_dot_size_modifierINTrequired
hand_line_thickness_modifierINTrequired
face_dot_size_modifierINTrequired
pose_thresholdFLOATrequired
body_thresholdFLOATrequired
face_thresholdFLOATrequired
hand_thresholdFLOATrequired
pose_opacityFLOATrequired
face_paddingINTrequired
neck_validityFLOATrequired
nms_thresholdFLOATrequired
score_thresholdFLOATrequired
memory_debug_logBOOLEANrequired

Outputs (1)

NameType
custom_optionsDWOPOSE_CUSTOM_OPTIONS