Compare commits
1 Commits
3300dc9638
...
a5b2cc8174
Author | SHA1 | Date |
---|---|---|
|
a5b2cc8174 |
|
@ -1,38 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**To Reproduce**
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
|
||||||
- OS: [e.g. iOS]
|
|
||||||
- Browser [e.g. chrome, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
|
||||||
- Device: [e.g. iPhone6]
|
|
||||||
- OS: [e.g. iOS8.1]
|
|
||||||
- Browser [e.g. stock browser, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
74
README.md
74
README.md
|
@ -1,13 +1,10 @@
|
||||||
<h1 align="center">Deep Live Cam</h1>
|
|
||||||
|
|
||||||
<p align="center">
|

|
||||||
Real-time face swap and video deepfake with a single click and only a single image.
|

|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">
|
## Deep Live Cam
|
||||||
<img src="demo.gif" alt="Demo GIF">
|
|
||||||
<img src="avgpcperformancedemo.gif" alt="Performance Demo GIF">
|
Real-time face swap and video deepfake with a single click and only a single image.
|
||||||
</p>
|
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
|
@ -18,6 +15,34 @@ 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)
|
||||||
|
@ -161,35 +186,6 @@ 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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -371,11 +367,11 @@ For the latest experimental builds and features, see the [experimental branch](h
|
||||||
|
|
||||||
**TODO:**
|
**TODO:**
|
||||||
|
|
||||||
|
- [x] Support multiple faces
|
||||||
- [ ] Develop a version for web app/service
|
- [ ] Develop a version for web app/service
|
||||||
|
- [ ] UI/UX enhancements for desktop app
|
||||||
- [ ] Speed up model loading
|
- [ ] Speed up model loading
|
||||||
- [ ] Speed up real-time face swapping
|
- [ ] Speed up real-time face swapping
|
||||||
- [x] Support multiple faces
|
|
||||||
- [x] UI/UX enhancements for desktop app
|
|
||||||
|
|
||||||
This is an open-source project developed in our free time. Updates may be delayed.
|
This is an open-source project developed in our free time. Updates may be delayed.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue