AIAny
AI Video2023
Icon for item

Deep-Live-Cam

Swaps a face from a single photo onto a live webcam feed or video in real time, using the inswapper_128 model with GFPGAN enhancement. Runs on NVIDIA, Apple Silicon, and Intel GPUs, with a built-in filter that blocks explicit or sensitive media.

Introduction

The barrier to a convincing real-time face swap used to be data and time — dozens of source images and hours of per-identity training. This collapses that to one photo and a live webcam, which is exactly why the interesting question shifted from "is it possible" to "what guardrails does it ship with."

What Sets It Apart
  • One reference image, no per-identity training: it relies on the pre-trained inswapper_128 model rather than learning each face, so setup takes seconds instead of a training run.
  • Real-time, not just offline rendering: it swaps faces in a live webcam feed that can be piped into video calls or streams via virtual-camera capture, where most face-swap tools only batch-process recorded files.
  • Cross-vendor GPU acceleration: CUDA (NVIDIA), CoreML (Apple Silicon), OpenVINO (Intel), and DirectML are all supported, with GFPGAN cleaning up artifacts — so it runs on consumer Macs and Windows machines, not only NVIDIA rigs.
  • Safeguards are built in: a content checker refuses to process nudity, graphic, or sensitive material, and the project documents consent and "label the output as a deepfake" expectations instead of leaving ethics unstated.
Who It's For and the Trade-offs

Great fit if you're experimenting with live avatars, VTuber-style streaming, or studying how accessible real-time face synthesis has become. Look elsewhere if you need consent-safe production tooling: the built-in filter blocks explicit content but cannot verify that the person whose face you use agreed to it, and the maintainers explicitly disclaim responsibility for misuse. It is a community project (base work by s0md3v, maintained by hacksider) with no corporate backing or support guarantees — and the same one-photo convenience that makes it impressive is what makes non-consensual use trivial, so treat any output as something you are ethically, and often legally, on the hook for.

Information

  • Websitegithub.com
  • OrganizationsDeep-Live-Cam community
  • Authorshacksider, s0md3v
  • Published date2023/09/24

More Items

GitHub
AI Video2026

Generative-AI-enabled timeline video editor for macOS that lets creators generate and edit videos and images directly inside the timeline. Includes a local MCP server for agent integrations (Claude/Codex/Cursor); editor is open-source while generative processing is closed-source and subscription-based; macOS 26 on Apple Silicon only.

GitHub
AI Image2026

Node-based infinite-canvas web workstation for iterative visual creation — integrates image/video generation, reference editing, prompt library, multi-agent assistants, and asset management. Runs in-browser with configurable OpenAI-compatible endpoints; suited for local/personal deployment (AGPL-3.0).

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.