Update README.md
parent
6e618baf34
commit
bdd7c593e1
70
README.md
70
README.md
|
@ -1,10 +1,13 @@
|
||||||
|
<h1 align="center">Deep Live Cam</h1>
|
||||||
|
|
||||||

|
<p align="center">
|
||||||

|
|
||||||
|
|
||||||
## Deep Live Cam
|
|
||||||
|
|
||||||
Real-time face swap and video deepfake with a single click and only a single image.
|
Real-time face swap and video deepfake with a single click and only a single image.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="demo.gif" alt="Demo GIF">
|
||||||
|
<img src="avgpcperformancedemo.gif" alt="Performance Demo GIF">
|
||||||
|
</p>
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
|
@ -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.
|
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.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Face Mapping
|
|
||||||
|
|
||||||
Track and change faces on the fly.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
**Source Video:**
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
**Enable Face Mapping:**
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
**Map the Faces:**
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
**See the Magic!**
|
|
||||||
|
|
||||||
## Quick Start (Windows / Nvidia)
|
## Quick Start (Windows / Nvidia)
|
||||||
|
|
||||||
[](https://hacksider.gumroad.com/l/vccdmm)
|
[](https://hacksider.gumroad.com/l/vccdmm)
|
||||||
|
@ -186,6 +161,35 @@ python run.py --execution-provider openvino
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
### Resizable Preview Window
|
||||||
|
|
||||||
|
Dynamically improve performance using the `--live-resizable` parameter.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Face Mapping
|
||||||
|
|
||||||
|
Track and change faces on the fly.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Source Video:**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Enable Face Mapping:**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Map the Faces:**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**See the Magic!**
|
||||||
|
|
||||||
|
|
||||||
## Command Line Arguments
|
## Command Line Arguments
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue