ComfyUI Extension
Cephy Lazy Nodes
Small ComfyUI nodes that remove needless workflow friction.
Molinist/ComfyUI-Cephy-Lazy-Nodes
Nodes1
On cloudLocal install
CategoryCephy Lazy Nodes/video
Stars1
Updatedabout a month ago
Nodes (1)
Readme
Cephy Lazy Nodes
Small ComfyUI nodes for removing needless workflow friction.
Lazy Load Video
Lazy Load Video behaves like ComfyUI's native Load Video, but the entire
node is a file drop target. Drag a video from your desktop onto the node and it
is uploaded to ComfyUI's input directory, selected, and exposed as a native
VIDEO output.
- Uses ComfyUI's standard upload route and input-directory validation.
- Produces the native
VIDEOtype, including the source audio and frame rate. - Adds no Python dependencies and does not decode the video while loading it.
- Keeps the normal file picker for existing files and click-to-upload use.
Install
Clone the repository into ComfyUI/custom_nodes, then restart ComfyUI:
cd ComfyUI/custom_nodes
git clone https://github.com/Molinist/ComfyUI-Cephy-Lazy-Nodes.git
After installation, search for Lazy Load Video or browse
Cephy Lazy Nodes > video.
Because this node includes a frontend extension, refresh an already-open ComfyUI browser tab once after the first install or after updating it.
Development checks
From this repository's directory:
python -m pytest
node --check web/js/lazy_load_video.js