第三方插件 ComfyUI-MimicMotionWrapper

MimicMotion GetPoses

MimicMotion GetPoses 183

用于从输入的参考图像和姿势图像中提取关键点信息,生成具有参考图像的姿势图像,并对姿势进行调整(例如身体、面部、手部)。MimicMotion

节点中英文对比

按当前节点配置,分别展示中文与英文节点结构。

中文节点
MimicMotion GetPoses
  • ref_image
  • pose_images
  • poses_with_ref
  • pose_images
  • include_body
    include_hand
    include_face
    英文节点
    MimicMotion GetPoses
  • ref_image
  • pose_images
  • poses_with_ref
  • pose_images
  • include_body
    include_hand
    include_face

    参数说明

    依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。

    输入参数
    ref_image ref_image
    输入参考图像,支持单张图像,格式为 (1, H, W, 3)。
    pose_images pose_images
    输入待提取姿态的视频帧序列,格式为 (N, H, W, 3)。
    输出参数
    poses_with_ref poses_with_ref
    包含参考姿态和帧姿态的图像序列,首帧为 ref_pose,后续为 pose_images 提取的姿态图。
    pose_images pose_images
    pose_images 对应的姿态图序列,首帧已剔除,仅包含被提取的动作帧图像。
    控件参数
    include_body include_body
    是否包含身体关键点。若只关心面部或手部动作可禁用此项,节省计算资源。
    include_hand include_hand
    是否包含面部关键点。若希望提取面部细节动作(如说话、转头),请启用。
    include_face include_face
    是否包含手部关键点。若目标不涉及手势,可关闭以加快处理速度。

    详细说明

    结合节点用途、参数和调用方式,给出更完整的说明内容。

    暂无节点说明

    同类节点导航

    继续浏览同一分类下的相邻节点,方便串联学习。