huggingface / huggingface/controlnet_aux
Use opencv-python-headless over opencv-python
Open
- Dominant language
- Python
- Stars
- 497
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
The install currently depends on `opencv-python`. Unfortuntately, this causes issues when deploying the package in the context of a headless server.
Instead, just make it dependent on `opencv-python-headless`, as there is no need for a GUI here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.