Metadata-Version: 2.1
Name: comfyui-if-videoprompts
Version: 0.1.7
Summary: ComfyUI extension for video-based prompting and processing with support for various models and video processing capabilities
Home-page: https://github.com/if-ai/ComfyUI-IF_VideoPrompts
Requires-Python: >=3.10
Requires-Dist: transformers
Requires-Dist: accelerate
Requires-Dist: huggingface_hub>=0.26.0
Requires-Dist: pillow>=9.5.0
Requires-Dist: numpy
Requires-Dist: opencv-python-headless
Requires-Dist: decord>=0.6.0
Requires-Dist: ffmpeg-python
Requires-Dist: imageio_ffmpeg>=0.6.0
Requires-Dist: moviepy>=2.1.2
Requires-Dist: tokenizers>=0.15.0
Requires-Dist: safetensors>=0.3.1
Requires-Dist: autoawq==0.2.8
Requires-Dist: tqdm>=4.65.0
Requires-Dist: psutil>=5.9.5
Requires-Dist: packaging>=23.1
Requires-Dist: triton; sys_platform == "linux"
Requires-Dist: https://github.com/woct0rdho/triton-windows/releases/download/v3.1.0-windows.post8/triton-3.1.0-cp312-cp312-win_amd64.whl; sys_platform == "win64" and (python_version >= "3.12" and python_version < "3.13")
Requires-Dist: https://github.com/woct0rdho/triton-windows/releases/download/v3.1.0-windows.post8/triton-3.1.0-cp311-cp311-win_amd64.whl; sys_platform == "win64" and (python_version >= "3.11" and python_version < "3.12")
Requires-Dist: https://github.com/woct0rdho/triton-windows/releases/download/v3.1.0-windows.post8/triton-3.1.0-cp310-cp310-win_amd64.whl; sys_platform == "win64" and (python_version >= "3.10" and python_version < "3.11")
Requires-Dist: https://github.com/woct0rdho/triton-windows/releases/download/v3.1.0-windows.post8/triton-3.1.0-cp38-cp38-win_amd64.whl; sys_platform == "win64" and (python_version >= "3.8" and python_version < "3.9")
