Skip to content

docs: state the apache-2.0 payload and example-only status - #1

Closed
rickstaa wants to merge 1 commit into
mainfrom
rs/license-attribution
Closed

docs: state the apache-2.0 payload and example-only status#1
rickstaa wants to merge 1 commit into
mainfrom
rs/license-attribution

Conversation

@rickstaa

@rickstaa rickstaa commented Aug 18, 2026

Copy link
Copy Markdown
Member

Orchestrators pull this image onto their own hardware, so two things it currently leaves implicit need saying out loud: the terms the payload ships under, and the support it does not carry.

What it says

Example, not a supported artifact. Publishing to ghcr.io/livepeer/ is packaging convenience so an operator can pull it, not a product commitment. The repo lives in the org because it succeeds the live/streamdiffusion pipeline that was in livepeer/ai-runner for years, not because it is a supported product.

MIT wrapper, Apache-2.0 payload. The wrapper (Dockerfile, client.py, compose files, runners.json) is MIT per LICENSE. What runs inside is daydream's StreamDiffusion, a fork of cumulo-autumn/StreamDiffusion, both Apache-2.0.

Verified against the Dockerfile

  • Pinned at 94b9b96cb8a17d401ffbce516393d6482326ce62, in both the pip install and the clone.
  • Cloned to /src, so the fork's LICENSE travels in the image at /src/LICENSE.
  • Unmodified after checkout, so there are no changes to state under Apache-2.0 section 4(b).
  • The fork ships no NOTICE file, so there is nothing to propagate.
  • Model weights are fetched from Hugging Face on first run under their own licenses and are not redistributed here.

Docs only, no behaviour change.

Orchestrators pull this image, so the terms it ships under and the
support it does not carry both need to be explicit: the server inside
is daydream's StreamDiffusion, Apache-2.0, pinned and unmodified, with
its LICENSE at /src/LICENSE and no NOTICE to propagate. Model weights
are fetched at runtime under their own terms.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@rickstaa rickstaa closed this Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant