jags111 / ComfyUI_Jags_VectorMagic

a collection of nodes to explore Vector and image manipulation
GNU General Public License v3.0
64 stars 8 forks source link

Update requirements.txt #9

Open christian-byrne opened 1 month ago

christian-byrne commented 1 month ago

OpenCV doesn't exist on pypi:

ERROR: Could not find a version that satisfies the requirement opencv (from versions: none)
ERROR: No matching distribution found for opencv

But there is opencv-python: https://pypi.org/project/opencv-python/

pip install opencv-python
python -c "import cv2;print('success')"
>>> success