Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KRSHH authored Sep 28, 2024
1 parent 6e618ba commit bdd7c59
Showing 1 changed file with 37 additions and 33 deletions.
70 changes: 37 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<h1 align="center">Deep Live Cam</h1>

![demo-gif](demo.gif)
![demo-gif](avgpcperformancedemo.gif)

## Deep Live Cam
<p align="center">
Real-time face swap and video deepfake with a single click and only a single image.
</p>

Real-time face swap and video deepfake with a single click and only a single image.
<p align="center">
<img src="demo.gif" alt="Demo GIF">
<img src="avgpcperformancedemo.gif" alt="Performance Demo GIF">
</p>

## Disclaimer

Expand All @@ -15,34 +18,6 @@ We are aware of the potential for unethical applications and are committed to pr
Users are expected to use this software responsibly and legally. If using a real person's face, obtain their consent and clearly label any output as a deepfake when sharing online. We are not responsible for end-user actions.


## Features

### Resizable Preview Window

Dynamically improve performance using the `--live-resizable` parameter.

![resizable-gif](resizable.gif)

### Face Mapping

Track and change faces on the fly.

![face_mapping_source](face_mapping_source.gif)

**Source Video:**

![face-mapping](face_mapping.png)

**Enable Face Mapping:**

![face-mapping2](face_mapping2.png)

**Map the Faces:**

![face_mapping_result](face_mapping_result.gif)

**See the Magic!**

## Quick Start (Windows / Nvidia)

[![Download](https://github.com/user-attachments/assets/3e3e252a-4bfa-41fb-a88c-84557402a7c7)](https://hacksider.gumroad.com/l/vccdmm)
Expand Down Expand Up @@ -186,6 +161,35 @@ python run.py --execution-provider openvino

![demo-gif](demo.gif)

## Features

### Resizable Preview Window

Dynamically improve performance using the `--live-resizable` parameter.

![resizable-gif](resizable.gif)

### Face Mapping

Track and change faces on the fly.

![face_mapping_source](face_mapping_source.gif)

**Source Video:**

![face-mapping](face_mapping.png)

**Enable Face Mapping:**

![face-mapping2](face_mapping2.png)

**Map the Faces:**

![face_mapping_result](face_mapping_result.gif)

**See the Magic!**


## Command Line Arguments

```
Expand Down

0 comments on commit bdd7c59

Please sign in to comment.