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)
| Name | Type | Required |
|---|---|---|
| body_dot_size_modifier | INT | required |
| body_line_thickness_modifier | INT | required |
| hand_dot_size_modifier | INT | required |
| hand_line_thickness_modifier | INT | required |
| face_dot_size_modifier | INT | required |
| pose_threshold | FLOAT | required |
| body_threshold | FLOAT | required |
| face_threshold | FLOAT | required |
| hand_threshold | FLOAT | required |
| pose_opacity | FLOAT | required |
| face_padding | INT | required |
| neck_validity | FLOAT | required |
| nms_threshold | FLOAT | required |
| score_threshold | FLOAT | required |
| memory_debug_log | BOOLEAN | required |
Outputs (1)
| Name | Type |
|---|---|
| custom_options | DWOPOSE_CUSTOM_OPTIONS |