Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
[](https://colab.research.google.com/github/xaviviro/refacer/blob/master/notebooks/Refacer_colab.ipynb)
|
[](https://colab.research.google.com/github/xaviviro/refacer/blob/master/notebooks/Refacer_colab.ipynb)
|
||||||
|
|
||||||
|
👉 [Watch demo on Youtube](https://youtu.be/mXk1Ox7B244)
|
||||||
|
|
||||||
Refacer, a simple tool that allows you to create deepfakes with multiple faces with just one click! This project was inspired by [Roop](https://github.com/s0md3v/roop) and is powered by the excellent [Insightface](https://github.com/deepinsight/insightface). Refacer requires no training - just one photo and you're ready to go.
|
Refacer, a simple tool that allows you to create deepfakes with multiple faces with just one click! This project was inspired by [Roop](https://github.com/s0md3v/roop) and is powered by the excellent [Insightface](https://github.com/deepinsight/insightface). Refacer requires no training - just one photo and you're ready to go.
|
||||||
|
|
||||||
:warning: Please, before using the code from this repository, make sure to read the [disclaimer](https://github.com/xaviviro/refacer/tree/main#disclaimer).
|
:warning: Please, before using the code from this repository, make sure to read the [disclaimer](https://github.com/xaviviro/refacer/tree/main#disclaimer).
|
||||||
@@ -10,9 +12,6 @@ Refacer, a simple tool that allows you to create deepfakes with multiple faces w
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
[Watch demo video on Youtube](https://youtu.be/mXk1Ox7B244)
|
|
||||||
|
|
||||||
|
|
||||||
[](https://youtu.be/mXk1Ox7B244)
|
[](https://youtu.be/mXk1Ox7B244)
|
||||||
|
|
||||||
|
|
||||||
@@ -30,6 +29,12 @@ The application is compatible with both CPU and GPU (Nvidia CUDA) environments,
|
|||||||
|
|
||||||
:warning: Please note, we do not recommend using `onnxruntime-silicon` on MacOSX due to an apparent issue with memory management. If you manage to compile `onnxruntime` for Silicon, the program is prepared to use CoreML.
|
:warning: Please note, we do not recommend using `onnxruntime-silicon` on MacOSX due to an apparent issue with memory management. If you manage to compile `onnxruntime` for Silicon, the program is prepared to use CoreML.
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
Ensure that you have `ffmpeg` installed and correctly configured. There are many guides available on the internet to help with this. Here are a few (note: I did not create these guides):
|
||||||
|
|
||||||
|
- [How to Install FFmpeg](https://www.hostinger.com/tutorials/how-to-install-ffmpe)
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user