Metadata-Version: 2.1
Name: comfyui-silver-nodes
Version: 0.0.1
Summary: A collection of utility nodes for ComfyUI that enhance workflow capabilities with advanced loaders and processing tools.
Home-page: https://github.com/SilverAndJade/comfyui-silver-nodes
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4>=4.11.1  # For web scraping and HTML parsing
Requires-Dist: moviepy>=1.0.3          # For video and audio processing
Requires-Dist: numpy
Requires-Dist: Pillow>=9.0.0           # For image processing
Requires-Dist: opencv-python-headless
Requires-Dist: requests>=2.28.1        # For HTTP requests
Requires-Dist: urllib3>=1.26.9         # For URL handling
Requires-Dist: ffmpeg-python>=0.2.0    # For audio processing with ffmpeg
