Skip to content

Deep Live Cam Studio 2.1.8

Choose a tag to compare

@CRSD-Lau CRSD-Lau released this 20 May 00:47
· 70 commits to windows-obs-virtualcam-runtime since this release

Deep Live Cam Studio 2.1.8 Windows Release

This release packages a modified build of Deep-Live-Cam for Windows x64.

Downloads

  • Windows installer: DeepLiveCamStudio-2.1.8-x64-setup.exe
  • Installer SHA-256: A5B3075CACDAEA68694FB26907BB10F3C3A92F3FB7278F429073B5F9A8DAC2F1
  • Corresponding source archive: DeepLiveCamStudio-2.1.8-source-a3944bcd9b98.zip
  • Source archive SHA-256: 8E71D8F01BD1EB75664BC515AED2C455C5DCDF75588A96371C2628DDFBA94CC5
  • Source ref: a3944bcd9b98017f6ca43e130495f2652fb0d2d3

Source And License

Deep-Live-Cam is licensed under AGPL-3.0. This binary release is distributed with corresponding source availability requirements.

Attach the source archive listed above to the GitHub Release, or link the exact release tag/commit in the publishing repository. The public release must make the complete corresponding source available for the exact binary installer.

The source archive must be produced from the release Git ref with:

powershell -ExecutionPolicy Bypass -File build\windows\package_source.ps1 -AppVersion 2.1.8 -GitRef a3944bcd9b98017f6ca43e130495f2652fb0d2d3

This release preserves attribution to the original project:

Models Are Not Bundled

The installer intentionally does not include model/checkpoint files (.onnx, .pth, .safetensors) because model licenses and redistribution rights are separate from the application license.

After installing, users can review model sources, license notes, and SHA-256 checksums before downloading:

DeepLiveCamStudioCLI.exe --download-models

Downloaded models are stored under:

%LOCALAPPDATA%\DeepLiveCamStudio\models

Notable Packaging Changes

  • Windows x64 per-user installer using Inno Setup.
  • PyInstaller onedir app bundle; Python does not need to be installed by users.
  • Start menu shortcut and optional desktop shortcut.
  • Clean uninstall of app files; user model data is preserved during silent uninstall and interactive uninstall asks before removing models.
  • WebP and AVIF source-image upload support.
  • Cleaner Studio UI media controls with the unreliable Random face action removed.
  • Responsive restored-window layout for the header, media slots, and render controls.
  • Fixed Start Live so it sends frames to OBS Virtual Camera instead of only opening the preview window.
  • Fixed the Studio Exit button so it stops child windows, cleans up, and closes the app reliably.
  • Dependency security refresh for ONNX, Pillow, and Protobuf; see SECURITY_REVIEW.md.
  • Packaged runtime preflight and installer smoke tests are included under build/windows.

Known Requirements

  • ffmpeg/ffprobe must be installed separately for video workflows unless a future release explicitly bundles a reviewed ffmpeg build.
  • NVIDIA GPU acceleration requires compatible NVIDIA drivers and runtime libraries. CPU fallback should be tested before publishing.
  • OBS Virtual Camera workflows require OBS Studio installed separately.

Compliance Notes

Review these files before publishing:

  • COMPLIANCE.md
  • THIRD_PARTY_NOTICES.md
  • LICENSES/PYTHON_DEPENDENCIES.md
  • MODEL_DOWNLOAD_VERIFICATION.md
  • PROCESSING_VERIFICATION.md
  • RELEASE_CHECKLIST.md
  • RELEASE_REPORT.md

Known legal risks that must not be hidden from release notes:

  • The inswapper model family has historical non-commercial/research-use restrictions from InsightFace even where mirrors are labeled GPL-3.0.
  • GPEN upscaler model mirrors are marked non-commercial, academic, and educational use only.
  • pyvirtualcam metadata reports GPLv2; review binary distribution compatibility.
  • Dependency metadata can be incomplete and should be legally reviewed before public distribution.

Pre-Publish Checks

This release candidate is not publish-approved by release notes alone; publish
approval is recorded in RELEASE_VERIFICATION.md, MANUAL_RELEASE_GATES.md,
and the signed gate documents included with the upload.

Completed local evidence is included in the uploaded release documents:

  • Packaged runtime preflight.
  • Installer smoke test.
  • Model download/checksum verification.
  • CPU fallback processing.
  • CUDA processing on the local NVIDIA test machine.

Remaining publish blockers:

  • None when RELEASE_VERIFICATION.md says Ready to publish without remaining manual gates: YES.

Completed manual signoffs include:

  • Clean Windows VM install without admin rights.
  • OBS Virtual Camera workflow.
  • Authorized legal review for dependency, model-license, and redistribution obligations.