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 > Slice SDPose Keypoints

ComfyUI Node: Slice SDPose Keypoints

Class Name

SDPoseSliceKeypoints

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

Slice SDPose Keypoints Description

Efficiently extract and manipulate pose keypoints data segments for focused animation tasks.

Slice SDPose Keypoints:

The SDPoseSliceKeypoints node is designed to efficiently manage and manipulate pose keypoints data by extracting a specific segment of frames from a larger sequence. This node is particularly useful when you need to focus on a particular section of an animation or video sequence, allowing you to isolate and work with only the frames of interest. By slicing the keypoints data, you can streamline your workflow, reduce processing time, and enhance the precision of your pose analysis or animation tasks. This node is essential for tasks that require detailed examination or modification of specific frame ranges within a larger dataset, providing a targeted approach to handling pose keypoints.

Slice SDPose Keypoints Input Parameters:

pose_keypoints

This parameter represents the list of pose keypoints data, which is essentially a collection of frames containing keypoint information. It is crucial for the node's operation as it serves as the source from which the frames will be sliced. The input must be a list, and each element in the list corresponds to a frame's keypoints data. If the input is not a list, the node will raise an error, as it relies on this structured data format to function correctly.

start_frame

The start_frame parameter specifies the index of the first frame to be included in the slice. It determines where the slicing operation will begin within the pose keypoints list. The value must be an integer, with a minimum of 0 and a maximum of 20000, and it defaults to 0. This parameter is essential for defining the starting point of the slice, allowing you to control which part of the sequence you want to extract.

frame_count

This parameter defines the number of frames to include in the slice, starting from the start_frame. It determines the length of the sliced segment. The value must be an integer, with a minimum of 1 and a maximum of 20000, and it defaults to 1. By setting this parameter, you can control how many frames are extracted, enabling you to tailor the slice to your specific needs.

Slice SDPose Keypoints Output Parameters:

sliced_pose

The sliced_pose output is the resulting list of pose keypoints that have been sliced according to the specified start_frame and frame_count. This output provides the extracted segment of frames, allowing you to work with a focused subset of the original data. It is particularly useful for tasks that require detailed analysis or modification of specific frame ranges.

input_frame_count

This output parameter indicates the total number of frames in the original pose keypoints list. It provides context for the slicing operation, helping you understand the size of the original dataset and how the sliced segment relates to it. This information can be valuable for ensuring that the slicing operation was performed as intended.

Slice SDPose Keypoints Usage Tips:

  • Ensure that the pose_keypoints input is a properly formatted list of frames to avoid errors during the slicing operation.
  • Use the start_frame and frame_count parameters to precisely control the segment of frames you wish to extract, optimizing the node's performance for your specific task.
  • Verify the input_frame_count output to confirm that the slicing operation was performed on the correct dataset size.

Slice SDPose Keypoints Common Errors and Solutions:

ValueError: pose_keypoints must be a list of frames

  • Explanation: This error occurs when the pose_keypoints input is not provided as a list.
  • Solution: Ensure that the pose_keypoints input is a list containing the frames you wish to slice.

Start frame is greater than total frames

  • Explanation: This error happens when the start_frame value exceeds the total number of frames in the pose_keypoints list.
  • Solution: Adjust the start_frame parameter to be within the range of available frames in the pose_keypoints list.

Slice 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.

Slice SDPose Keypoints