What is a node-based workflow?
A node-based workflow is a pipeline you build by connecting boxes (nodes) on a canvas instead of writing code. Each node does one thing — load an image, call a model, crop a video — and edges carry data from one node's output to the next node's input. The whole graph runs top to bottom, so you can see and rewire every step.