Spaces:
Runtime error
Runtime error
title: Deepfake Faceswap | |
emoji: π» | |
colorFrom: green | |
colorTo: red | |
sdk: gradio | |
sdk_version: 4.44.0 | |
app_file: app.py | |
pinned: true | |
license: apache-2.0 | |
short_description: Faceswap application with fast swap with many ehance models. | |
## Here Some of my Faceswap applications | |
### Deepfake Faceswap | |
[](https://huggingface.co/spaces/victorisgeek/SwapFace2Pon) | |
### Swapall | |
txt prompt function | |
[](https://huggingface.co/spaces/victorisgeek/swapall) | |
### VideoReface | |
[](https://huggingface.co/spaces/victorisgeek/VideoReface) | |
### FaceClone and pose Swap | |
[](https://huggingface.co/spaces/victorisgeek/FaceClone2) | |
### SwapUi | |
Auto detect faces and auto Swap | |
[](https://huggingface.co/spaces/victorisgeek/SwapUI) | |
### FaceSwapLite | |
Manual select faces to swap | |
[](https://huggingface.co/spaces/victorisgeek/FaceSwapLite) | |
### ModelSwap | |
Auto Swap by Models | |
[](https://huggingface.co/spaces/victorisgeek/ModelSwap) | |
### Rop | |
[](https://huggingface.co/spaces/victorisgeek/Rop) | |
### Muliti Swap | |
Under Developing | |
[](https://huggingface.co/spaces/victorisgeek/Multi?logs=container) | |
### | |
## Description | |
Powerful Deepfake application | |
## Features | |
- Fast photo Faceswap | |
- Fast Video Faceswap | |
- Powerful Models Gfpgan, RealESRGAN, codeformer, inswapper | |
## Preparing | |
```python | |
pkg update | |
pkg upgrade | |
pkg install git | |
``` | |
### Go to Faceswap | |
```python | |
cd FaceSwapSpace | |
``` | |
### Install requirements | |
```python | |
pip install -r requirements.txt | |
``` | |
*** If some error instated to update | |
```python | |
pip install -r update.requirements.txt | |
``` | |
## Run | |
```pyhon | |
python app.py | |
``` | |
# Enjoy with your Toy!! | |