Custom nodes for ComfyUI developed by EmProps.
This package requires ComfyUI-VideoHelperSuite to be installed in your ComfyUI environment. Install it first:
cd ComfyUI/custom_nodes
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
cd custom_nodes
git clone --recursive https://github.com/stakeordie/emprops_comfy_nodes.git
cd custom_nodes
git clone https://github.com/stakeordie/emprops_comfy_nodes.git
cd emprops_comfy_nodes
git submodule init
git submodule update
pip install -r requirements.txt
This project uses VideoHelperSuite in two ways:
- As a required ComfyUI custom node (install separately as shown in Prerequisites)
- As a submodule for internal code reuse (handled automatically during installation)
To update both the main repository and its submodules, use:
git pull --recurse-submodules
Or if you've already pulled, update submodules with:
git submodule update --recursive
Combines video frames and uploads the result to S3. Inherits functionality from VideoHelperSuite's VideoCombine node.