Metadata-Version: 2.1
Name: isekai-comfy-node
Version: 1.0.0
Summary: Collection of image manipulation, LLM integrations, string utilities, and cloud upload nodes with minimal dependencies.
Home-page: https://github.com/isekai-sh/isekai-comfy-node
Requires-Python: >=3.10
Requires-Dist: # Isekai ComfyUI Custom Node Dependencies
Requires-Dist: # These packages are required for the Isekai Upload node to function
Requires-Dist: # Image processing
Requires-Dist: Pillow>=10.0.0
Requires-Dist: # HTTP requests for API communication
Requires-Dist: requests>=2.31.0
Requires-Dist: # torch and numpy are typically already installed with ComfyUI
Requires-Dist: # but listed here for completeness
Requires-Dist: numpy
