From b57db32cad4d39b4ae48a1905c78469db1c6b2c3 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Tue, 18 Aug 2026 12:40:46 +0200 Subject: [PATCH] docs: state the apache-2.0 payload and example-only status 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) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 387acb0..ca6f54d 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,12 @@ uvx pre-commit run --all-files CI runs the same hooks, checks the compose file parses, and builds the image. +## License and attribution + +This repo is an **example**, not a supported Livepeer artifact. The wrapper here (Dockerfile, [client.py](client.py), the compose files, [runners.json](runners.json)) is MIT, and CI publishing to `ghcr.io/livepeer/` is packaging convenience so an operator can pull it, not a product commitment. + +What runs inside the image is daydream's [StreamDiffusion](https://github.com/daydreamlive/StreamDiffusion), itself a fork of [cumulo-autumn/StreamDiffusion](https://github.com/cumulo-autumn/StreamDiffusion). Both are **Apache-2.0**, and this repo builds the fork pinned at `94b9b96` and **unmodified**, so redistribution is permitted and there are no changes to state under section 4(b). The fork ships no `NOTICE` file; its `LICENSE` travels in the image at `/src/LICENSE`. Model weights are downloaded from Hugging Face on first run under their own licenses and are not redistributed here. + ## Building your own Start from [**template-livepeer-runner**](https://github.com/livepeer/template-livepeer-runner), then list yours in [**runner-app-examples**](https://github.com/livepeer/runner-app-examples#external-examples). That repo also has a minimal example of each transport, mode, registration, and pricing option; the [live runner docs](https://github.com/livepeer/go-livepeer/blob/master/doc/live-runner.md) are the reference.