Add missing ComfyUI extension dependencies to requirements

- GitPython: for ComfyUI-Manager git operations
- opencv-python-headless: for image processing in extensions
- insightface: for face detection/recognition
- onnxruntime: for InsightFace models
- pyyaml: for config file parsing
- imageio-ffmpeg: for VideoHelperSuite

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 07:25:40 +01:00
parent 4dd608a67d
commit e1faca5d26

View File

@@ -13,3 +13,9 @@ soundfile
scikit-image
piexif
segment-anything
GitPython
opencv-python-headless
insightface
onnxruntime
pyyaml
imageio-ffmpeg