Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help with MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.2.0. #62

Open
Fumie512 opened this issue Aug 15, 2024 · 3 comments

Comments

@Fumie512
Copy link

Error occurred when executing museposealign:

MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.2.0.

File "C:\AI software\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI software\ComfyUI_windows_portable\ComfyUI\execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI software\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI software\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose\nodes.py", line 563, in posealign_func
return run_align_video_with_filterPose_translate_smooth(args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI software\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose\nodes.py", line 285, in run_align_video_with_filterPose_translate_smooth
detector = DWposeDetector(
^^^^^^^^^^^^^^^
File "C:\AI software\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose\pose\script\dwpose.py", line 72, in init
from pose.script.wholebody import Wholebody
File "C:\AI software\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-MusePose\pose\script\wholebody.py", line 6, in
from mmpose.apis import inference_topdown
File "C:\AI software\ComfyUI_windows_portable\python_embeded\Lib\site-packages\mmpose\apis_init_.py", line 2, in
from .inference import (collect_multi_frames, inference_bottomup,
File "C:\AI software\ComfyUI_windows_portable\python_embeded\Lib\site-packages\mmpose\apis\inference.py", line 17, in
from mmpose.models.builder import build_pose_estimator
File "C:\AI software\ComfyUI_windows_portable\python_embeded\Lib\site-packages\mmpose\models_init_.py", line 8, in
from .heads import * # noqa
^^^^^^^^^^^^^^^^^^^^
File "C:\AI software\ComfyUI_windows_portable\python_embeded\Lib\site-packages\mmpose\models\heads_init_.py", line 6, in
from .hybrid_heads import DEKRHead, RTMOHead, VisPredictHead
File "C:\AI software\ComfyUI_windows_portable\python_embeded\Lib\site-packages\mmpose\models\heads\hybrid_heads_init_.py", line 3, in
from .rtmo_head import RTMOHead
File "C:\AI software\ComfyUI_windows_portable\python_embeded\Lib\site-packages\mmpose\models\heads\hybrid_heads\rtmo_head.py", line 9, in
from mmdet.utils import ConfigType, reduce_mean
File "C:\AI software\ComfyUI_windows_portable\python_embeded\Lib\site-packages\mmdet_init_.py", line 16, in
assert (mmcv_version >= digit_version(mmcv_minimum_version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@Young-Chin
Copy link

same problem, and install mmcv==2.0.1 solved. BTW, check your cuda version, torch version and diffusers version.

@Hasan0ff
Copy link

mmcv==2.1.0 is the right choice.

@sunkinux
Copy link

sunkinux commented Oct 4, 2024

torch 2.4 装不了 mmcv 2.1.0 T_T

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants