Deep Live Cam Studio 2.1.7
Deep Live Cam Studio 2.1.7 Windows Release
This release packages a modified build of Deep-Live-Cam for Windows x64.
Downloads
- Windows installer:
DeepLiveCamStudio-2.1.7-x64-setup.exe - Installer SHA-256:
07DAD2B8A589BC79712B18A5A544469FDC483150A81EA55654531FECE5339FA5 - Corresponding source archive:
DeepLiveCamStudio-2.1.7-source-96d5577a9709.zip - Source archive SHA-256:
209F8BFBC98758823DC1EE0F2356235330682F6A7C9556E5D7FC0180F4ADD63E - Source ref:
96d5577a97091581c7dd76352a79bbed057cd6fe
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.7 -GitRef 96d5577a97091581c7dd76352a79bbed057cd6feThis release preserves attribution to the original project:
- Original project: https://github.com/hacksider/Deep-Live-Cam
- License: AGPL-3.0
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-modelsDownloaded 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.
- 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.mdTHIRD_PARTY_NOTICES.mdLICENSES/PYTHON_DEPENDENCIES.mdMODEL_DOWNLOAD_VERIFICATION.mdPROCESSING_VERIFICATION.mdRELEASE_CHECKLIST.mdRELEASE_REPORT.md
Known legal risks that must not be hidden from release notes:
- The
inswappermodel 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.
pyvirtualcammetadata 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.mdsaysReady 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.