forked from sumitchatterjee13/Luminance-Stack-Processor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
23 lines (18 loc) · 691 Bytes
/
requirements.txt
File metadata and controls
23 lines (18 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Luminance Stack Processor - ComfyUI Custom Nodes
# Required dependencies for HDR processing using Debevec Algorithm
# Core dependency for HDR processing
opencv-python>=4.8.0
# Optional but recommended for better performance
opencv-contrib-python>=4.8.0
# Alternative HDR processing libraries
HDRutils>=0.2.0
imageio>=2.31.0
imageio-ffmpeg # For HDR support in imageio
# Development dependencies (optional)
# pytest>=6.0.0
# black>=21.0.0
# flake8>=3.9.0
# Notes:
# - NumPy and PyTorch are provided by ComfyUI, no need to install separately
# - Only OpenCV is required for the Debevec HDR algorithm implementation
# - If you encounter issues, try: pip install opencv-python --upgrade