ComfyUI Extension
ydem_nodes
ComfyUI custom node collection including face direction detection, image processing, and example nodes. (Description by CC)
luoq24/ydem_nodes
Nodes4
On cloudLocal install
Categoryydem_nodes/io, ydem_nodes/pose
Stars0
Updated24 days ago
Nodes (4)
Readme
ydem_nodes
ComfyUI 自定义节点集合
节点列表
骨骼处理节点
- YDem Pose Filter: POSE_KEYPOINT人物过滤节点,从多人物骨骼数据中筛选出指定人物
安装
- 将
ydem_nodes文件夹复制到 ComfyUI 的custom_nodes目录 - 确保已安装
comfyui_controlnet_aux节点包(提供POSE_KEYPOINT数据) - 重启 ComfyUI
使用方法
- 在 ComfyUI 中,节点会出现在对应的分类下:
- 骨骼处理节点:
ydem_nodes/pose分类
- 骨骼处理节点:
- 拖放节点到工作区并连接输入输出
示例
YDem Pose Filter
- 输入:
pose_keypoint: 来自 DWPose 等节点的骨骼关键点数据(POSE_KEYPOINT类型)input_pose_order: 人物排序策略(left-right, right-left, top-bottom, bottom-top, small-large, large-small)input_pose_index: 要保留的人物索引(基于第1帧排序后的索引)
- 输出:
pose_keypoint: 仅保留指定人物的骨骼数据
版本
v2.0.0 - 重构为骨骼处理节点,添加POSE_KEYPOINT人物过滤功能