TMElyralab / Comfyui-MusePose

Other
287 stars 28 forks source link

No module named 'mmcv'. #21

Closed GitGoodOrGitGone closed 3 weeks ago

GitGoodOrGitGone commented 1 month ago

I get an error that states there is no module named "mmcv" when running a generation and ends as "muse_pose_align".

Checked with "pip list" and it's clearly in the module list. Reinstalled everything several times but that has not fixed it.

I'm at my wits' end, I have no idea how to fix this.

Any info AT ALL would greatly help.

Error: !!! Exception during processing!!! No module named 'mmcv' Traceback (most recent call last): File "F:\tools\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "F:\tools\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "F:\tools\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "F:\tools\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose\nodes.py", line 554, in posealign_func return run_align_video_with_filterPose_translate_smooth(args) File "F:\tools\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose\nodes.py", line 276, in run_align_video_with_filterPose_translate_smooth detector = DWposeDetector( File "F:\tools\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose\pose\script\dwpose.py", line 72, in init from pose.script.wholebody import Wholebody File "F:\tools\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose\pose\script\wholebody.py", line 5, in import mmcv ModuleNotFoundError: No module named 'mmcv'

lulu-xiao commented 1 month ago

using "\python_embeded\python -m pip install xxxx? "

lulu-xiao commented 1 month ago

https://github.com/TMElyralab/Comfyui-MusePose/issues/2

Tophness commented 4 weeks ago

Solution @ #26