swapper / README.md
leozindev15's picture
Upload 12 files
89a6db0 verified
---
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
[![Hugging Face Space](https://img.shields.io/badge/Open-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/victorisgeek/SwapFace2Pon)
### Swapall
txt prompt function
[![Hugging Face Space](https://img.shields.io/badge/Open-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/victorisgeek/swapall)
### VideoReface
[![Hugging Face Space](https://img.shields.io/badge/Open-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/victorisgeek/VideoReface)
### FaceClone and pose Swap
[![Hugging Face Space](https://img.shields.io/badge/Open-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/victorisgeek/FaceClone2)
### SwapUi
Auto detect faces and auto Swap
[![Hugging Face Space](https://img.shields.io/badge/Open-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/victorisgeek/SwapUI)
### FaceSwapLite
Manual select faces to swap
[![Hugging Face Space](https://img.shields.io/badge/Open-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/victorisgeek/FaceSwapLite)
### ModelSwap
Auto Swap by Models
[![Hugging Face Space](https://img.shields.io/badge/Open-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/victorisgeek/ModelSwap)
### Rop
[![Hugging Face Space](https://img.shields.io/badge/Open-%F0%9F%A4%97%20Hugging%20Face-blue)](https://huggingface.co/spaces/victorisgeek/Rop)
### Muliti Swap
Under Developing
[![Hugging Face Space](https://img.shields.io/badge/Open-%F0%9F%A4%97%20Hugging%20Face-blue)](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!!