You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: list the StreamDiffusion app under external examples
Its axes (static, persistent, WebSocket, hour) are already covered here, so
per the curated-set policy it ships as its own repo and is linked instead.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,11 +161,12 @@ Each entry lists its `runners` with an `app`, `version`, capacity, and `price_in
161
161
162
162
Apps that integrate the live runner and live in their own repos — production deployments and standalone examples alike. This table is links-only: the code, CI, and support stay with the author.
|[daydreamlive/scope](https://github.com/daydreamlive/scope/tree/ja/runner)| Real-time AI video with downloadable LoRA models | WebSocket + trickle |
167
-
|[livepeer/api-proxy](https://github.com/livepeer/api-proxy)| Attach several API endpoints dynamically — key storage and request stats for operators | HTTP |
168
-
|[Gideonjon/vllm-realtime-livepeer-runner](https://github.com/Gideonjon/vllm-realtime-livepeer-runner)| Real-time speech-to-text — trickle audio in, WebSocket transcript out, with live metrics | WebSocket + trickle |
|[daydreamlive/scope](https://github.com/daydreamlive/scope/tree/ja/runner)| Real-time AI video with downloadable LoRA models | WebSocket + trickle |
167
+
|[livepeer/api-proxy](https://github.com/livepeer/api-proxy)| Attach several API endpoints dynamically — key storage and request stats for operators | HTTP |
168
+
|[Gideonjon/vllm-realtime-livepeer-runner](https://github.com/Gideonjon/vllm-realtime-livepeer-runner)| Real-time speech-to-text — trickle audio in, WebSocket transcript out, with live metrics | WebSocket + trickle |
169
+
|[livepeer/streamdiffusion-livepeer-runner](https://github.com/livepeer/streamdiffusion-livepeer-runner)| Realtime prompt-driven img2img — a third-party StreamDiffusion server run unmodified, reverse-proxied | WebSocket + MJPEG |
169
170
170
171
**Building one?** Start from [**template-livepeer-runner**](https://github.com/livepeer/template-livepeer-runner) — a working app, client, and compose setup you can run in one command, offchain or on-chain. The examples here are not copyable as-is: each one's `compose.yml` pulls the orchestrator from a shared file one directory up.
0 commit comments