Description
Successly install it ,but, run the comfyui with the cumfyUI.exe , it show me err:No module named 'moviepy.editor'
Traceback (most recent call last):
File "C:\Users\admin\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2124, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\admin\Documents\ComfyUI\custom_nodes\ComfyUI-MimicMotion_init.py", line 4, in
from .nodes import MimicMotionNode, LoadVideo, PreViewVideo
File "C:\Users\admin\Documents\ComfyUI\custom_nodes\ComfyUI-MimicMotion\nodes.py", line 15, in
from moviepy.editor import VideoFileClip,AudioFileClip
ModuleNotFoundError: No module named 'moviepy.editor'
Cannot import C:\Users\admin\Documents\ComfyUI\custom_nodes\ComfyUI-MimicMotion module for custom nodes: No module named 'moviepy.editor'
I installed moviepy again,but the err also haved. what can I do now?