chaojie / ComfyUI-MuseTalk

MIT License
146 stars 23 forks source link

按照步骤,环境和组件都装成功了,但是启动显示报错,找不到mmcv? #21

Open Microfan09 opened 3 weeks ago

Microfan09 commented 3 weeks ago

[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json Traceback (most recent call last): File "D:\AI\ComfyUI\nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "D:\AI\ComfyUI\custom_nodes\ComfyUI-MuseTalk__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS File "D:\AI\ComfyUI\custom_nodes\ComfyUI-MuseTalk\nodes.py", line 26, in from musetalk.utils.preprocessing import get_landmark_and_bbox,read_imgs,coord_placeholder File "D:\AI\ComfyUI/custom_nodes/ComfyUI-MuseTalk\musetalk\utils\preprocessing.py", line 10, in from mmpose.apis import inference_topdown, init_model File "D:\AI\ComfyUI.ext\Lib\site-packages\mmpose__init__.py", line 2, in import mmcv ModuleNotFoundError: No module named 'mmcv'

Cannot import D:\AI\ComfyUI\custom_nodes\ComfyUI-MuseTalk module for custom nodes: No module named 'mmcv'

dwgeneral commented 2 weeks ago

Did you have installed mmcv successfully?