Compare commits
4 Commits
f789c167e4
...
d4c44a3108
Author | SHA1 | Date |
---|---|---|
|
d4c44a3108 | |
|
bdd7c593e1 | |
|
6e618baf34 | |
|
b18a6095c1 |
82
README.md
82
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,40 +18,18 @@ 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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Download latest pre-built version with CUDA support](https://hacksider.gumroad.com/l/vccdmm) - No Manual Installation/Downloading required.
|
[Download latest pre-built version with CUDA support](https://hacksider.gumroad.com/l/vccdmm) - No Manual Installation/Downloading required.
|
||||||
|
|
||||||
## Installation (Manual)
|
## Installation (Manual)
|
||||||
Please be aware that the installation needs technical skills and is NOT for beginners. Please do NOT open platform and installation related issues on GitHub before discussing it on the discord server.
|
**Please be aware that the installation needs technical skills and is NOT for beginners, consider downloading the prebuilt. Please do NOT open platform and installation related issues on GitHub before discussing it on the discord server.**
|
||||||
### Basic Installation (CPU)
|
### Basic Installation (CPU)
|
||||||
|
|
||||||
This is more likely to work on your computer but will be slower as it utilizes the CPU.
|
This is more likely to work on your computer but will be slower as it utilizes the CPU.
|
||||||
|
@ -90,6 +71,8 @@ brew install python-tk@3.10
|
||||||
|
|
||||||
**Run:** If you don't have a GPU, you can run Deep-Live-Cam using `python run.py`. Note that initial execution will download models (~300MB).
|
**Run:** If you don't have a GPU, you can run Deep-Live-Cam using `python run.py`. Note that initial execution will download models (~300MB).
|
||||||
|
|
||||||
|
> Note: If you have WSL1 then you need to install an X server on Windows (e.g Xming), while if you have WSL2 you no need to do that. The link [here](https://askubuntu.com/a/1418950) describes the options to configure DISPLAY variable depending on your environment.
|
||||||
|
|
||||||
|
|
||||||
### GPU Acceleration (Optional)
|
### GPU Acceleration (Optional)
|
||||||
|
|
||||||
|
@ -180,6 +163,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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -386,3 +398,5 @@ This is an open-source project developed in our free time. Updates may be delaye
|
||||||
<a href="https://github.com/hacksider/Deep-Live-Cam/graphs/contributors" target="_blank">
|
<a href="https://github.com/hacksider/Deep-Live-Cam/graphs/contributors" target="_blank">
|
||||||
<img src="https://contrib.rocks/image?repo=hacksider/Deep-Live-Cam" />
|
<img src="https://contrib.rocks/image?repo=hacksider/Deep-Live-Cam" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|

|
||||||
|
|
Loading…
Reference in New Issue