Fannovel16 / comfyui_controlnet_aux

ComfyUI's ControlNet Auxiliary Preprocessors
Apache License 2.0
2.33k stars 211 forks source link

Aux集成预处理器 module 'cv2' has no attribute 'resize' #465

Open haha0803 opened 1 month ago

haha0803 commented 1 month ago

Snipaste_2024-10-04_21-44-56

haha0803 commented 1 month ago

python -m pip uninstall opencv-python python -m pip uninstall opencv-contrib-python python -m pip install opencv-python python -m pip install opencv-contrib-python

Just reinstall these two components 答案我这样操作是成功了 做个笔记

YUANMU227 commented 1 month ago

python -m pip uninstall opencv-python python -m pip uninstall opencv-contrib-python python -m pip install opencv-python python -m pip install opencv-contrib-python

Just reinstall these two components 答案我这样操作是成功了 做个笔记

你好,请问新安装的两个包的版本是什么

Lynnov commented 1 month ago

python -m pip uninstall opencv-python python -m pip uninstall opencv-contrib-python python -m pip install opencv-python python -m pip install opencv-contrib-python Just reinstall these two components 答案我这样操作是成功了 做个笔记

你好,请问新安装的两个包的版本是什么

直接在命令行里输入,就是最新版本,我用的最新版本,问题解决了。顺便表示感谢~