Closed srdobos closed 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'))
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.
nevermind, local issue prevented this from downloading with the latest pull, ignore me
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.