ComfyUI-MusePose-Remaster

ComfyUI-MusePose-Remaster
★ 7

姿态估计权重自动下载去除mmcv依赖ComfyUI兼容性
MusePose 的 ComfyUI 重制版,去除 mmcv 等冲突依赖,支持图片输入与权重自动下载,提升兼容性与可用性。
💡 在ComfyUI中为图片提供兼容的姿态估计并自动下载预训练权重。
🍴 2 Forks💻 Python🔄 2024-10-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
einops==0.4.1
imageio==2.33.0
imageio-ffmpeg==0.4.9
omegaconf==2.2.3
opencv-contrib-python==4.8.1.78
opencv-python==4.8.1.78
scikit-image==0.21.0
scikit-learn==1.3.2
transformers==4.33.1
moviepy==1.0.3
urllib3==1.26.9
torch
torchdiffeq
torchmetrics
torchsde
torchvision
accelerate==0.29.3
clip
@
https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip#sha256=b5842c25da441d6c581b53a5c60e0c2127ebafe0f746f8e15561a006c6c3be6a
decord==0.6.0;
sys_platform
!=
'darwin'
and
platform_machine
!=
'arm64'
eva-decord==0.6.1;
sys_platform
==
'darwin'
and
platform_machine
==
'arm64'
diffusers>=0.24.0,<=0.27.2
open-clip-torch==2.20.0
xformers
image
📄 README

Comfyui-MusePose-Remaster

This is a remaster version of the MusePose comfyui node, that removes dependency of mmcv which get conflicts with other nodes, supports Images input, and supports auto download of pretrained weights, to increase the usability of this project.

workflow demo

Sample

Acknowledgements

  • Most of the codes are borrowed from https://github.com/TMElyralab/Comfyui-MusePose and https://github.com/kijai/ComfyUI-MimicMotionWrapper.
  • Since the detection codes are not from the original MusePose codebase, the final results may be different for some kind of poses.