8000 get rid of OpenCV related deps, possible? · Issue #113 · chengzeyi/stable-fast · GitHub
[go: up one dir, main page]

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

get rid of OpenCV related deps, possible? #113

Closed
wingenlit opened this issue Feb 3, 2024 · 1 comment
Closed

get rid of OpenCV related deps, possible? #113

wingenlit opened this issue Feb 3, 2024 · 1 comment

Comments

@wingenlit
Copy link

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.

@chengzeyi
Copy link
Owner

@wingmrc This has been fixed in the latest main branch. However, the CI is broken now due to shortage of disk space so please download and compile yourself.

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

2 participants
0