Deep-Live-Cam

Create your ownAvatarVtuberStreamerin Real-time!

What's New

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
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
GPU Accelerated OpenCV GPU Accelerated OpenCV
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
Update ui.py Update ui.py
DETECT_EVERY_N = 2 reuses cached face positions on alternate frames
Recent Commits to Deep-Live-Cam:main
Merge pull request #1189 from davidstrouk/main Merge pull request #1189 from davidstrouk/main
Fix model download path and URL
Recent Commits to Deep-Live-Cam:main
Update version in Quick Start section of README Update version in Quick Start section of README
Recent Commits to Deep-Live-Cam:main
Update README.md Update README.md
Recent Commits to Deep-Live-Cam:main
Update ui.py Update ui.py
Separate capture and processing threads with queue.Queue, dropping frames when queues are full
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 version in README to 2.0.3c Update version in README to 2.0.3c
Recent Commits to Deep-Live-Cam:main
fix(ui): patch CTkOptionMenu for Tk 9.0 compatibility fix(ui): patch CTkOptionMenu for Tk 9.0 compatibility
In Tk 9.0, Menu.index("end") returns "" instead of raising TclError
on empty menus. CustomTkinter's DropdownMenu._add_menu_commands
doesn't handle this case, causing a crash when creating CTkOptionMenu
widgets (e.g., the camera selector dropdown).
Add a monkey-patch that guards against the Read More
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: 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
Merge pull request #1651 from hacksider/dependabot/pip/pillow-12.1.1 Merge pull request #1651 from hacksider/dependabot/pip/pillow-12.1.1
Bump pillow from 11.1.0 to 12.1.1