A collection of utility nodes primarily for interacting with comfy via automated systems
A handful of utility nodes for ComfyUI
Clone this repo to your ComfyUI installation under ComfyUI/custom_nodes/easy-comfy-nodes
, restart ComfyUI whenever you make a change
__init__.py
is the entrypoint ComfyUI uses to discover the custom nodes, see example_node in the comfy repo for details
Prefix all easy-comfy-nodes with EZ
Video Combine
insteadfilenames
as from the "Video Combine" node in ComfyUI-VideoHelperSuite, uploads them to the relevant s3 bucket and object name using the default credential providerNodes for handling http requests as part of a workflow, these can be used to create webhooks and the like for different parts of a workflow
url
with dict body
as JSONSome nodes for handling dictionary/map data structures
key
with value
of type X