You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/meta/AigcPainting/ComfyUI/nodes.py", line 1982, 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 "/meta/AigcPainting/ComfyUI/custom_nodes/ComfyUI-MuseTalk/init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS
File "/meta/AigcPainting/ComfyUI/custom_nodes/ComfyUI-MuseTalk/nodes.py", line 26, in
from musetalk.utils.preprocessing import get_landmark_and_bbox,read_imgs,coord_placeholder
File "/meta/AigcPainting/ComfyUI/custom_nodes/ComfyUI-MuseTalk/musetalk/utils/preprocessing.py", line 10, in
from mmpose.apis import inference_topdown, init_model
File "/root/anaconda3/envs/comfyui-311/lib/python3.11/site-packages/mmpose/init.py", line 2, in
import mmcv
ModuleNotFoundError: No module named 'mmcv'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/meta/AigcPainting/ComfyUI/nodes.py", line 1982, 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 "/meta/AigcPainting/ComfyUI/custom_nodes/ComfyUI-MuseTalk/init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS
File "/meta/AigcPainting/ComfyUI/custom_nodes/ComfyUI-MuseTalk/nodes.py", line 26, in
from musetalk.utils.preprocessing import get_landmark_and_bbox,read_imgs,coord_placeholder
File "/meta/AigcPainting/ComfyUI/custom_nodes/ComfyUI-MuseTalk/musetalk/utils/preprocessing.py", line 10, in
from mmpose.apis import inference_topdown, init_model
File "/root/anaconda3/envs/comfyui-311/lib/python3.11/site-packages/mmpose/init.py", line 2, in
import mmcv
ModuleNotFoundError: No module named 'mmcv'
The text was updated successfully, but these errors were encountered: