kijai / ComfyUI-MimicMotionWrapper

Apache License 2.0
337 stars 27 forks source link

Where do I find mimic_motion_pose_net.safetensors #35

Closed srdobos closed 4 months ago

srdobos commented 4 months ago

The Download models node is looking for "mimic_motion_pose_net.safetensors"

nodes.py 127: pose_net_sd = comfy.utils.load_torch_file(os.path.join(script_directory, 'models', 'mimic_motion_pose_net.safetensors'))

Where can I find this file? The downloader didn't seem to automatically grab this one for me.

srdobos commented 4 months ago

nevermind, local issue prevented this from downloading with the latest pull, ignore me