Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > ComfyUI-CustomNodeKit > Concat SDPose Keypoints

ComfyUI Node: Concat SDPose Keypoints

Class Name

SDPoseConcatKeypoints

Category
SDPose
Author
user2318 (Account age: 2574days)
Extension
ComfyUI-CustomNodeKit
Latest Updated
2026-07-16
Github Stars
0.05K

How to Install ComfyUI-CustomNodeKit

Install this extension via the ComfyUI Manager by searching for ComfyUI-CustomNodeKit
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-CustomNodeKit in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Concat SDPose Keypoints Description

Merge two sets of pose keypoints to create a unified sequence for animation and motion analysis.

Concat SDPose Keypoints:

The SDPoseConcatKeypoints node is designed to seamlessly merge two sets of pose keypoints, allowing you to create a unified sequence of keypoints from separate inputs. This node is particularly useful when you have multiple pose sequences that need to be combined into a single, continuous sequence for further processing or visualization. By concatenating these keypoints, you can maintain the continuity of motion or pose data across different frames or sequences, which is essential for applications like animation, motion analysis, or any task that requires a comprehensive view of pose data over time. The node ensures that the concatenation process is straightforward and efficient, handling cases where one or both inputs might be empty, thus providing a robust solution for pose data management.

Concat SDPose Keypoints Input Parameters:

pose_a

pose_a is an optional input parameter that represents the first set of pose keypoints you wish to concatenate. It should be a list of frames, where each frame contains keypoint data. If pose_a is not provided or is set to None, it defaults to an empty list. This parameter is crucial as it forms the first part of the concatenated sequence, and its content directly impacts the initial portion of the output.

pose_b

pose_b is another optional input parameter that represents the second set of pose keypoints to be concatenated with pose_a. Like pose_a, it should also be a list of frames containing keypoint data. If pose_b is not provided or is set to None, it defaults to an empty list. This parameter is essential for completing the concatenated sequence, and its content will follow the sequence provided by pose_a in the output.

Concat SDPose Keypoints Output Parameters:

concatenated_pose

The concatenated_pose is the output parameter that provides the resulting list of pose keypoints after concatenation. This output is a single list that combines the frames from both pose_a and pose_b, maintaining the order in which they were provided. If both input parameters are empty or None, the output will be an empty list. This output is crucial for any subsequent processing or analysis that requires a complete and continuous sequence of pose data.

Concat SDPose Keypoints Usage Tips:

  • Ensure that both pose_a and pose_b are lists of frames with compatible keypoint structures to avoid inconsistencies in the concatenated output.
  • Use this node when you need to merge pose data from different sources or segments, such as combining different animation clips or motion capture sessions.
  • If you only have one set of keypoints to process, you can provide it to either pose_a or pose_b and leave the other as None to obtain the same set as the output.

Concat SDPose Keypoints Common Errors and Solutions:

"Both inputs must be lists of frames (or None)"

  • Explanation: This error occurs when either pose_a or pose_b is not a list or is not set to None.
  • Solution: Ensure that both pose_a and pose_b are either lists of frames or None. Check the data type of your inputs before passing them to the node.

"TypeError: can only concatenate list (not 'NoneType') to list"

  • Explanation: This error happens when one of the inputs is None and the node attempts to concatenate it with a list.
  • Solution: Make sure to initialize pose_a and pose_b as empty lists if they are not provided, or handle the None case within your workflow to prevent this error.

Concat SDPose Keypoints Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-CustomNodeKit
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Concat SDPose Keypoints