# comfyui-mediapipe **Repository Path**: ComfyUI_1/comfyui-mediapipe ## Basic Information - **Project Name**: comfyui-mediapipe - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-14 - **Last Updated**: 2025-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Comfyui-mediapipe 基于 [mediapipe](https://github.com/google-ai-edge/mediapipe) 的 ComfyUI 自定义节点,获取图片的3d坐标信息;保存3d坐标信息需要依赖节点(https://github.com/solution9th/comfyui_controlnet_aux.git) ![example image](example.png) ## 安装 Clone 仓库到 ComfyUI/custom_nodes ```bash cd Your-ComfyUI/custom_nodes git clone git@bitbucket.org:globalsphere/comfyui-mediapipe.git ``` 安装依赖 ```bash cd Your-ComfyUI/custom_nodes/comfyui-mediapipe pip install -r requirements.txt ``` ## 获取图片坐标数据结构 ``` { 'pose_world_landmarks': [], 'pose_landmarks': [], 'left_hand_landmarks': [], 'right_hand_landmarks': [], 'face_landmarks': [] }