-
Notifications
You must be signed in to change notification settings - Fork 53
Comparing changes
Open a pull request
base repository: daydreamlive/scope
base: v0.1.3
head repository: daydreamlive/scope
compare: v0.1.4
- 18 commits
- 35 files changed
- 9 contributors
Commits on Feb 13, 2026
-
Added NDI real-time video sharing feature to README.
Configuration menu - View commit details
-
Copy full SHA for 7655c90 - Browse repository at this point
Copy the full SHA 7655c90View commit details
Commits on Feb 16, 2026
-
feat: ndi output support & ndi live preview (#457)
* feat: ndi output support & output sink Signed-off-by: gioelecerati <[email protected]> * mjpeg live preview for ndi Signed-off-by: gioelecerati <[email protected]> * remove legacy spout sender & address review comments Signed-off-by: gioelecerati <[email protected]> * output sink: fix left-over spoutSender label on windows Signed-off-by: gioelecerati <[email protected]> * address comments Signed-off-by: gioelecerati <[email protected]> * 2fps ndi live preview Signed-off-by: gioelecerati <[email protected]> * format app.py Signed-off-by: gioelecerati <[email protected]> * add show live preview toggle to frontend Signed-off-by: gioelecerati <[email protected]> --------- Signed-off-by: gioelecerati <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9122254 - Browse repository at this point
Copy the full SHA 9122254View commit details -
Add fal deploy github action (#467)
Signed-off-by: Max Holland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eea3e99 - Browse repository at this point
Copy the full SHA eea3e99View commit details -
Fal deploy action needs to depend on docker build
Signed-off-by: Max Holland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdc760f - Browse repository at this point
Copy the full SHA cdc760fView commit details
Commits on Feb 17, 2026
-
Change dropping processed frame log to debug
Signed-off-by: Rafal Leszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b12b8b - Browse repository at this point
Copy the full SHA 4b12b8bView commit details -
Fix LoRA docs: cloud paths, wget tip, trigger keyword warning
Closes #464 Signed-off-by: viborc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce6e938 - Browse repository at this point
Copy the full SHA ce6e938View commit details -
Ensure plugins installed from manifest on startup
Signed-off-by: Yondon Fu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1afceb - Browse repository at this point
Copy the full SHA d1afcebView commit details
Commits on Feb 18, 2026
-
Fix plugins.txt name matching for git URLs and local paths
_extract_package_name returned the repo name for git URLs (e.g. "FlashVSR-Pro") instead of the actual package name ("flashvsr"), and returned the full filesystem path for local directories. This caused ensure_plugins_installed to think plugins were missing on every restart, triggering unnecessary reinstalls. Add _get_name_from_resolved to look up the authoritative package name from resolved.txt for git URLs. Update _extract_package_name to use it for git URLs and delegate to _get_package_name_from_path for local directory paths. Co-Authored-By: Claude Opus 4.6 <[email protected]> Signed-off-by: Yondon Fu <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 3c6242d - Browse repository at this point
Copy the full SHA 3c6242dView commit details -
Cap video input resolution to pipeline's pixel budget
When a video input (NDI source, webcam, or uploaded video) has a resolution larger than the pipeline can handle in real-time, scale it down to fit within the pipeline's default pixel budget while preserving the source's aspect ratio. This prevents OOMs, black screens, and slow output when connecting high-resolution sources to diffusion pipelines. Co-Authored-By: Claude Opus 4.6 <[email protected]> Signed-off-by: Yondon Fu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 589be62 - Browse repository at this point
Copy the full SHA 589be62View commit details -
Dual push Docker image to GHCR
Signed-off-by: Thom Shutt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 873a49b - Browse repository at this point
Copy the full SHA 873a49bView commit details -
Add OCI labels to the image so GHCR properly links the package to the…
… repository Signed-off-by: Thom Shutt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcbf898 - Browse repository at this point
Copy the full SHA fcbf898View commit details -
Fix prompt drop when input queue is not yet full at cache reset
When reset_cache and lora_scales are popped from self.parameters and the input queue doesn't yet have enough frames, the early return discards those values. On the next iteration init_cache defaults to False (pipeline already prepared), so the pipeline never resets its autoregressive cache and the new prompt has no visible effect from the user's perspective. Restore reset_cache and lora_scales into self.parameters before the early return so they are applied together with the new prompt once frames are available. Fixes #476 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> Signed-off-by: Rafal Leszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ca6a26 - Browse repository at this point
Copy the full SHA 2ca6a26View commit details -
Add multiple pre/post-prprocessors
Signed-off-by: Rafal Leszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a7052f - Browse repository at this point
Copy the full SHA 1a7052fView commit details
Commits on Feb 19, 2026
-
Fix - get daydream URL variable at run time
Signed-off-by: Max Holland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e7d506 - Browse repository at this point
Copy the full SHA 1e7d506View commit details -
Signed-off-by: Varshith B <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88d0197 - Browse repository at this point
Copy the full SHA 88d0197View commit details -
Signed-off-by: Varshith B <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b73b07b - Browse repository at this point
Copy the full SHA b73b07bView commit details -
Show dropdown with none if there are no preprocessors
Signed-off-by: Rafal Leszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67e4709 - Browse repository at this point
Copy the full SHA 67e4709View commit details -
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3557fcf - Browse repository at this point
Copy the full SHA 3557fcfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.3...v0.1.4