Skip to content

Releases: daydreamlive/scope

v0.1.0-beta.1

22 Dec 17:41

Choose a tag to compare

v0.1.0-beta.1 Pre-release
Pre-release

This is the first beta release of Scope (on the way to the first stable v0.1.0 release) and introduces:

  • A Windows desktop app with a simplified installation process (no need to use the CLI) for Windows users with a local GPU.
  • Experimental support for using reference images and control videos (eg. depth, pose, scribble, optical flow, etc.) to guide generation with autoregressive video diffusion pipelines using a modified version of VACE. The current status of these features is tracked in the VACE guide.

What's Changed

Full Changelog: v0.1.0-alpha.12...v0.1.0-beta.1

v0.1.0-alpha.12

19 Dec 20:10

Choose a tag to compare

v0.1.0-alpha.12 Pre-release
Pre-release

This is a pre-release for testing the new Windows desktop app.

What's Changed

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

v0.1.0-alpha.11

19 Dec 00:10

Choose a tag to compare

v0.1.0-alpha.11 Pre-release
Pre-release

This is a pre-release for testing the new Windows desktop app.

What's Changed

Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11

v0.1.0-alpha.10

18 Dec 19:00

Choose a tag to compare

v0.1.0-alpha.10 Pre-release
Pre-release

This is a pre-release for testing the new Windows desktop app.

What's Changed

  • Electron App: Fix FPS/Bitrate not visible by @leszko in #246
  • Improve log message when the model files are corrupted by @leszko in #249
  • Include model download progress in log files by @yondonfu in #251
  • Bump to v0.1.0-alpha.10 by @yondonfu in #252

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

v0.1.0-alpha.9

17 Dec 16:11

Choose a tag to compare

v0.1.0-alpha.9 Pre-release
Pre-release

This is a pre-release for testing the new Windows desktop app.

What's Changed

Full Changelog: v0.1.0a8...v0.1.0-alpha.9

v0.1.0a8

15 Dec 19:49

Choose a tag to compare

v0.1.0a8 Pre-release
Pre-release

This release introduces:

  • Support for RewardForcing (text-to-video and video-to-video)
  • Support for StreamDiffusionV2 text-to-video
  • Support for LongLive video-to-video
  • Support for Spout I/O (Windows only) for sharing real-time video with other local applications.
  • Various bug fixes

What's Changed

Full Changelog: v0.1.0a7...v0.1.0a8

v0.1.0a7

21 Nov 17:54

Choose a tag to compare

v0.1.0a7 Pre-release
Pre-release

This release introduces:

  • Support for LoRAs which can be used to customize concepts and styles used in generations.
  • A new modular pipeline design built on modular diffusers that allows the steps of pipelines to be represented as composable blocks that can be pieced together.
  • Experimental support for using Scope as a library (Scope Core) or as a standalone server API (Scope Server) both of which will be accompanied by more documentation in future releases.

What's Changed

Full Changelog: v0.1.0a6...v0.1.0a7

v0.1.0a6

07 Nov 22:01

Choose a tag to compare

v0.1.0a6 Pre-release
Pre-release

This release includes:

  • Support for negative attention bias for Krea Realtime Video which helps mitigate error accumulation and prevent repetitive motion.
  • Support for temporal transition (used for interpolating prompts over a time period) settings in timeline exports.
  • Sage Attention 2 installation for Krea Realtime Video (see the docs for how different attention backends are used).
  • Windows Triton installation which is a step towards getting more stable performance on Windows for Krea Realtime Video.
  • A bug report button with the ability to copy logs to a GitHub issue.
  • Various frontend bug fixes.

What's Changed

New Contributors

Full Changelog: v0.1.0a5...v0.1.0a6

v0.1.0a5

30 Oct 19:22

Choose a tag to compare

v0.1.0a5 Pre-release
Pre-release

This release introduces:

  • Support for Krea Realtime Video on GPUs with >= 32 GB (requires lower resolution and fp8 quantization on 5090) and Linux (Windows support is limited without guarantees right now for this model which will be addressed in a future release)
  • Support for selectively downloading models for pipelines in the frontend
  • Support for controlling transitions between prompts using temporal interpolation

What's Changed

  • streamdiffusionv2 timeline usage examples by @ryanontheinside in #63
  • Add Download models dialog by @leszko in #59
  • Download streamdiffusionv2 from HF + cleanup model config logging + remove estimated download size by @yondonfu in #64
  • Add krea-realtime-video by @yondonfu in #55
  • Ryanontheinside/feat/temporal interpolation by @ryanontheinside in #71
  • Add kernels + FA3, regional torch.compile to speed up krea-realtime-video by @yondonfu in #74
  • Add krea-realtime-video usage docs by @yondonfu in #75

Full Changelog: v0.1.0a4...v0.1.0a5

v0.1.0a4

27 Oct 20:26
cfd239c

Choose a tag to compare

v0.1.0a4 Pre-release
Pre-release

This release introduces:

  • Pausable/resumable generation
  • A timeline editor with support for exporting/importing settings and prompt sequences which allows generations to be replayed and modified by different users
  • Prompt blending which allows multiple weighted prompts to be combined to steer generations

What's Changed

Full Changelog: v0.1.0a3...v0.1.0a4