Skip to main content
The following real-time AI pipelines are deployed on the Livepeer Network as BYOC containers running through ComfyStream. Each pipeline is a ComfyUI workflow that processes live video frames.

Available pipelines

All pipelines use the live-video-to-video pipeline type and are accessible through any Livepeer Gateway that routes to Orchestrators with the pipeline warm.

Building a custom pipeline

Fork an existing reference pipeline as your starting point. Each pipeline is a ComfyUI workflow JSON file plus a requirements file for additional Python dependencies.
  1. Export your ComfyUI workflow as JSON
  2. Test it with ComfyStream
  3. Package it as a BYOC container via ComfyStream as BYOC
  4. Register it with your Orchestrator’s aiModels.json
The ComfyStream workflow authoring page covers building custom workflows. The BYOC quickstart covers container packaging and registration.
Last modified on June 2, 2026