kijai / ComfyUI-MimicMotionWrapper

Apache License 2.0
337 stars 27 forks source link

Error after install, no mimicmotion node #50

Open Elekez opened 4 months ago

Elekez commented 4 months ago

after installing it using your installation instruction I got this error and could not find mimicmotion node

12:55:05.650 [Warning] ComfyUI-0 on port 7821 stderr: Traceback (most recent call last): 12:55:05.651 [Warning] ComfyUI-0 on port 7821 stderr: File "G:\SwarmUI\StableSwarmUI\dlbackend\comfy\ComfyUI\nodes.py", line 1931, in load_custom_node 12:55:05.652 [Warning] ComfyUI-0 on port 7821 stderr: module_spec.loader.exec_module(module) 12:55:05.653 [Warning] ComfyUI-0 on port 7821 stderr: File "", line 940, in exec_module 12:55:05.653 [Warning] ComfyUI-0 on port 7821 stderr: File "", line 241, in _call_with_frames_removed 12:55:05.654 [Warning] ComfyUI-0 on port 7821 stderr: File "G:\SwarmUI\StableSwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper__init__.py", line 1, in 12:55:05.655 [Warning] ComfyUI-0 on port 7821 stderr: from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS 12:55:05.656 [Warning] ComfyUI-0 on port 7821 stderr: File "G:\SwarmUI\StableSwarmUI\dlbackend\comfy\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper\nodes.py", line 21, in 12:55:05.657 [Warning] ComfyUI-0 on port 7821 stderr: from diffusers.models import AutoencoderKLTemporalDecoder 12:55:05.657 [Warning] ComfyUI-0 on port 7821 stderr: ModuleNotFoundError: No module named 'diffusers'