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
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: