Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-handover-docs-v2-into-docs-v2-dev-20260518.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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 May 19, 2026