get rid of OpenCV related deps, possible?
wingenlit opened this issue · 1 comments
wingenlit commented
I am using stable-fast with comfyui and other custom nodes. its always giving me cv2 related errors.
as cv2 has variations such as opencv-python
opencv-python-headless
opencv-contrib-python
opencv-contrib-python-headless
which are required by many other nodes for many versions.
here is a sample of sfast related error.
ages\Python310\site-packages\sfast\utils\env.py", line 74, in _configure_libraries
cv2.ocl.setUseOpenCL(False)
AttributeError: module 'cv2.ocl' has no attribute 'setUseOpenCL'
just wondering if it is possible to remove opencv deps.