├── .github └── workflows │ └── publish.yml ├── ComfyApple.gif ├── LICENSE ├── README.md ├── VideoExample.json ├── __init__.py ├── allinoneworkflow.json ├── convert-video-color-cuda.py ├── convert-video-color.py ├── convert-video.py ├── cuda-requirements.txt ├── nodes.py ├── pyproject.toml └── requirements.txt /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /ComfyApple.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/ComfyApple.gif -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/README.md -------------------------------------------------------------------------------- /VideoExample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/VideoExample.json -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/__init__.py -------------------------------------------------------------------------------- /allinoneworkflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/allinoneworkflow.json -------------------------------------------------------------------------------- /convert-video-color-cuda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/convert-video-color-cuda.py -------------------------------------------------------------------------------- /convert-video-color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/convert-video-color.py -------------------------------------------------------------------------------- /convert-video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/convert-video.py -------------------------------------------------------------------------------- /cuda-requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/cuda-requirements.txt -------------------------------------------------------------------------------- /nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/nodes.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BetaDoggo/ComfyUI-VideoPlayer/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | opencv-python --------------------------------------------------------------------------------