ComfyUI Extension: ComfyUI-WanViTPoseRetargeter
This is a ComfyUI port of PoseRetarget, originally implemented in Wan2.2-Animation. Please use it together with WanVideoWrapper.
Custom Nodes (0)
README
ComfyUI-WanViTPoseRetargeter
Wan2.2-Animationで実装されていたPoseRetargetのComfyUI移植です WanVideoWrapperを併用してお使いください
Install
以下のようにcustom_nodesにComfyUI-WANViTPoseRetargeterを配置してください。
cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter.git
# optionally install dependencies
# python -m pip install -r ComfyUI-Node-Template/requirements.txt
カスタムノード中のmodelsフォルダの中に以下のようにモデルを配置してください。
モデルは以下のリンク先のものをダウンロードして配置してください。
yolo10m.onnx
vitposeh_wholebody.onnx
vitpose_wholebody.onnxは以下のコマンドでDLできます。
hf download Wan-AI/Wan2.2-Animate-14B \
--include "process_checkpoint/pose2d/**" \
--local-dir ./Wan2.2-Animate-14B
ComfyUIを再起動し.以下のようにノードが入っていたら成功です。
使い方
WanViTPoseRetargeterのimagesに動画の画像出力を、ref_imageに参照画像を入力してください。
cond_imagesからリターゲットされたポーズイメージが出力されます。
サンプルワークフロー
Wan2.2-Animateのmoveモード相当を実行するサンプルワークフローです。