Fannovel16/comfyui_controlnet_aux

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

haha0803 opened this issue · 4 comments

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 答案我这样操作是成功了 做个笔记

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 答案我这样操作是成功了 做个笔记

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

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 答案我这样操作是成功了 做个笔记

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

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