docs: list the StreamDiffusion app under external examples - #81
Merged
Conversation
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>
rickstaa
force-pushed
the
rs/external-streamdiffusion
branch
from
August 18, 2026 09:24
cb61181 to
d532eb3
Compare
MJPEG is what the output stream carries, not how it is carried, and the row left out HTTP even though the output and prompt endpoints are both plain HTTP. Every other row in the table names transports. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds one row to External examples for livepeer/streamdiffusion-livepeer-runner: realtime prompt-driven img2img, with daydream's StreamDiffusion
realtime-img2imgserver run unmodified behind the reverse proxy.Its axes (static registration, persistent mode, WebSocket, hour pricing) are already covered by
vllm,api-proxy, andrealtime-transcription, so per the curated-set policy it does not belong here as a directory. It ships as its own repo instead and is linked, which is what this PR does.The repo follows the convention from the template's README: named
<app>-livepeer-runner, tagged with thelivepeer-runnertopic, and Livepeer named in the description. It is built from template-livepeer-runner and is self-contained, so its compose files pull nothing from a parent directory.Verified offchain on an RTX 3090 before opening this: the app registers via
runners.json,/discoveryadvertiseslivepeer/streamdiffusion, and a client reserves a session and streams MJPEG through the orchestrator with the restyle applied. The on-chain path is unrun (it needs funded wallets).