TMElyralab / Comfyui-MusePose

Other
291 stars 29 forks source link

Can't import custom nodes after python -m pip install requirements.txt #3

Open speewer opened 1 month ago

speewer commented 1 month ago

Traceback (most recent call last): File "D:\Software\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "D:\Software\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "D:\Software\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose\nodes.py", line 7, in import av ModuleNotFoundError: No module named 'av'

Cannot import D:\Software\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose module for custom nodes: No module named 'av'

pip show av av version is 11.0.0

Any help please?