Architecture overview
Node types in ComfyStream
| Node type | Description | Example models |
|---|
nodes/*.py and can be chained in graph format.
Example pipeline: caption overlay
Plugin support
You can build your own plugins:- Implement the
NodeBaseclass from ComfyUI - Register metadata and parameters
- Declare inputs and outputs for chaining
Connecting to Livepeer Gateway
Inconfig.yaml:
Debugging pipelines
ComfyStream logs heartbeats to the gateway, job payloads, graph errors, and output stream metrics. Enable verbose mode:See also
- AI Pipelines overview — Pipeline concepts and worker types
- BYOC — Bring your own compute setup
- ComfyStream full guide — Architecture layers, components, and DeepWiki
- Network technical architecture — Gateway and Orchestrator stack