ComfyUI Extension: ComfyUI-PoseKeypointsToImage
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
ComfyUI custom node that generates pose images from DWPose/OpenPose keypoint data, allowing creation of pose visualizations with selectively filtered body parts. (Description by CC)
README
ComfyUI-PoseKeypointsToImage
POSE_KEYPOINT(DWPose/OpenPose形式)からポーズ画像を描画する ComfyUI カスタムノードです。
概要
DWPose や OpenPose の JSON 形式のキーポイントデータから、ポーズ画像(IMAGE)を生成するノードです。FaceKeypointsFilter で顔パーツをフィルタリングした後の pose_kps を渡すことで、特定のパーツを除外したポーズ画像を作成できます。
インストール
ComfyUI Manager を使用(推奨)
ComfyUI Manager で「PoseKeypointsToImage」を検索してインストール。
手動インストール
- ComfyUI の
custom_nodesフォルダに移動 - このリポジトリをクローン:
git clone https://github.com/smartvain/ComfyUI-PoseKeypointsToImage.git - ComfyUI を再起動
使い方
- DWPose Preprocessor(または
POSE_KEYPOINTを出力するノード)の出力をこのノードに接続 - パラメータを設定:
width/height: 出力画像のサイズ(デフォルト: 512x512)point_radius: キーポイントの描画半径(デフォルト: 2)draw_body: ボディキーポイントを描画するかdraw_face: 顔キーポイントを描画するかdraw_hands: 手のキーポイントを描画するか
- 出力を他のノードに接続
ノードの場所
Pose/Face Utils > Pose Keypoints → Image
互換性
comfyui_controlnet_auxの DWPose Preprocessor と連携- OpenPose JSON フォーマットに対応
ライセンス
MIT License
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.