Spaces:
Runtime error
Runtime error
File size: 2,428 Bytes
4911a88 89a6db0 4911a88 89a6db0 4911a88 89a6db0 4911a88 89a6db0 4911a88 89a6db0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
---
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!!
|