Deep-Live-Cam

Create your ownAvatarVtuberStreamerin Real-time!

What's New

Wednesday, 11 March 2026 18:27

DeepLiveCam 2.7 Beta: The 80,000 Star Celebration Update! 80,000 stars on GitHub! We are absolutely blown away by the support from this community. To celebrate this massive milestone, we aren't just...

Friday, 13 February 2026 06:35

Two days ago, our code decided to throw a tantrum and broke registration for some of you. Not our finest moment—we’ll own that one! But good news: we’ve patched things up and released version 2.6d....

Thursday, 12 February 2026 05:00

Just to inform that we have released the updated nvidia quickstart to address the slow fps on our recent release. This is to ensure that everyone will have optimal experience when they download it....

Tuesday, 10 February 2026 13:44

Version 2.5 was too small for us... Welcome to 2.6! We’ve been working hard behind the scenes and decided that the progress we made deserved more than just a "point five" update. We’re officially...

Tuesday, 03 February 2026 06:28

We’re brewing something extraordinary with Deep-Live-Cam—packed with powerful new features and enhancements designed to elevate your experience. Smarter camera handling for seamless performance...

Monday, 15 December 2025 19:28

{field 1} Change Logs – Big Improvements Ahead! ✅ Dropdown fixed – smoother navigation, no more hiccups! ⚡ Forced GPU usage on laptops – unleash that extra power for faster, sharper performance. 🎨...

Thursday, 20 November 2025 07:52

Just to inform everyone that we just released version 2.3d. You dont need to download this if you haven't encountered any issues before. Release notes: 2.3d Created another patch for the dropdown as...

Thursday, 13 November 2025 11:48

Just giving some preview of some other development we're doing. Please be informed that this is just a tech demo as of this moment and is still under optimization process

Friday, 07 November 2025 20:40

In a high-energy livestream titled “YEA WE BACK” , YouTube sensation IShowSpeed returned to his audience with trademark intensity — and a surprising shoutout to DeepLiveCam, the real-time webcam...

Sunday, 12 October 2025 15:47

DeepLiveCam v2.3 Has Arrived — and It’s Packed with Upgrades We’re excited to roll out Version 2.3 of DeepLiveCam, bringing powerful enhancements to your Quickstart experience: Smarter Model...

Thursday, 09 October 2025 00:17

🎉 Version 2.3 is here—and it’s packing some serious upgrades! We’re thrilled to roll out the red carpet for our latest release, and trust us, it’s not just a facelift—it’s a full-on glow-up. ✨...

image

What is Deep-Live-Cam?

Introducing Deep-Live-Cam, the ultimate open-source AI tool for transforming your digital identity! Whether you’re dreaming of becoming the next big VTuber sensation or simply want to swap your face with any image in real-time, Deep-Live-Cam makes it effortless and fun. Its cutting-edge avatar technology is designed to elevate your creativity and help you craft stunning virtual personas without breaking a sweat. 

But that's not all! DeepLiveCam doesn’t just stop at delivering jaw-dropping transformations—it’s got your back when it comes to privacy and safety too. With built-in security features, you can trust that your data stays secure and the application won’t ever be used for malicious purposes. Say goodbye to worries and hello to limitless possibilities.

If you find this tab, you're in luck!

Here's a 10% discount coupon for you! Please be informed that this is limited to the first 100 person who finds this. And only available til May 1, 2025

coupon code: hiddendiscount10

Image

Use Cases

In the ever-evolving world of content creation and entertainment, Deep-Live-Cam is a game-changer. This powerful offline software brings advanced AI-driven face-swapping capabilities right to your desktop—no internet required!

AI at your fingertips

Whether you're a streamer, filmmaker, or content creator, DeepLiveCam allows you to seamlessly transform faces in real-time while keeping full control over your privacy and data. By operating offline, it ensures fast processing, secure usage, and total independence from cloud-based restrictions.

Unlimited Creativity

Perfect for immersive storytelling, virtual avatars, privacy-conscious streaming, and creative digital effects, DeepLiveCam empowers users with an ethical approach to AI-assisted face-swapping.

100% Private

No uploads. No online dependencies. Just cutting-edge technology at your fingertips. Ready to bring your vision to life? DeepLiveCam is here to redefine how you interact with AI-powered video transformation—100% offline!

Github Updates

Recent Commits to Deep-Live-Cam:main
Update press section with recent media mentions Update press section with recent media mentions
Recent Commits to Deep-Live-Cam:main
perf(ui): decouple face detection from swap in live webcam pipeline perf(ui): decouple face detection from swap in live webcam pipeline
Add a dedicated detection thread that runs face detection continuously
on the latest captured frame and publishes results to a shared dict.
The processing/swap thread reads cached detection results instead of
running detection inline, Read More
Recent Commits to Deep-Live-Cam:main
Merge pull request #1680 from laurigates/pr/perf-float32-buffer-reuse Merge pull request #1680 from laurigates/pr/perf-float32-buffer-reuse
perf(processing): optimize post-processing with float32 and buffer reuse
Recent Commits to Deep-Live-Cam:main
Update version in README and add contributor Update version in README and add contributor
Recent Commits to Deep-Live-Cam:main
Merge pull request #1669 from laurigates/pr/feat-gpen-enhancers Merge pull request #1669 from laurigates/pr/feat-gpen-enhancers
feat: add GPEN-BFR 256 and 512 ONNX face enhancers
Recent Commits to Deep-Live-Cam:main
perf(processing): optimize post-processing with float32 and buffer reuse perf(processing): optimize post-processing with float32 and buffer reuse
- Replace float64 with float32 in apply_mouth_area() blending masks —
float32 provides sufficient precision for 8-bit image blending and
halves memory bandwidth
- Use float32 in apply_mask_area() mask computations
- Vectorize hull padding Read More
Recent Commits to Deep-Live-Cam:main
Update GFPGANv1.4 download link to ONNX format Update GFPGANv1.4 download link to ONNX format
Recent Commits to Deep-Live-Cam:main
Merge pull request #1689 from laurigates/pr/base-ui-tooltips Merge pull request #1689 from laurigates/pr/base-ui-tooltips
feat(ui): add hover tooltips to all controls
Recent Commits to Deep-Live-Cam:main
Merge pull request #1659 from laurigates/pr/fix-tk9-compat Merge pull request #1659 from laurigates/pr/fix-tk9-compat
fix(ui): patch CTkOptionMenu for Tk 9.0 compatibility
Recent Commits to Deep-Live-Cam:main
Merge pull request #1678 from laurigates/pr/perf-opacity-handling Merge pull request #1678 from laurigates/pr/perf-opacity-handling
perf(face-swapper): optimize opacity handling and frame copies
Recent Commits to Deep-Live-Cam:main
fix(macos): replace cv2_enumerate_cameras with safe bounded loop fix(macos): replace cv2_enumerate_cameras with safe bounded loop
cv2_enumerate_cameras(CAP_AVFOUNDATION) probes indices 0-99 through
OpenCV's AVFoundation backend, which intermittently segfaults (exit
code 139) when invalid device indices are probed. Replace with a
bounded cv2.VideoCapture loop (range(10)) that safely skips
unavailable indices.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Recent Commits to Deep-Live-Cam:main
Merge pull request #1671 from laurigates/pr/fix-macos-camera-enum Merge pull request #1671 from laurigates/pr/fix-macos-camera-enum
fix(macos): replace cv2_enumerate_cameras with safe bounded loop
Recent Commits to Deep-Live-Cam:main
use onnx on face enhancer use onnx on face enhancer
Recent Commits to Deep-Live-Cam:main
Update Quick Start section to v2.7 beta Update Quick Start section to v2.7 beta
Recent Commits to Deep-Live-Cam:main
perf(face-swapper): optimize opacity handling and frame copies perf(face-swapper): optimize opacity handling and frame copies
Move opacity calculation before frame copy to skip the copy when
opacity is 1.0 (common case). Add early return path for full opacity.
Clear PREVIOUS_FRAME_RESULT instead of caching when interpolation
is disabled.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Recent Commits to Deep-Live-Cam:main
Merge pull request #1665 from laurigates/pr/perf-pipeline-threading Merge pull request #1665 from laurigates/pr/perf-pipeline-threading
perf(ui): decouple face detection from swap in live webcam pipeline
Recent Commits to Deep-Live-Cam:main
feat(ui): add hover tooltips to all controls feat(ui): add hover tooltips to all controls
Add ToolTip class (modules/ui_tooltip.py) and wire descriptive hover
tooltips onto every button, switch, slider, and dropdown in the main
window. Tooltips appear after a 500ms hover delay and are clamped to
screen bounds.
This requires no new dependencies Read More
Recent Commits to Deep-Live-Cam:main
feat: add GPEN-BFR 256 and 512 ONNX face enhancers feat: add GPEN-BFR 256 and 512 ONNX face enhancers
Add two new face enhancement processors using GPEN-BFR ONNX models
at 256x256 and 512x512 resolutions. Models auto-download on first
use from GitHub releases. Integrates into existing frame processor
pipeline alongside GFPGAN enhancer with UI toggle Read More
Recent Commits to Deep-Live-Cam:main
Fix on vulnerability report Fix on vulnerability report
https://github.com/hacksider/Deep-Live-Cam/issues/1695