28Senaru commited on
Commit
4b22cb7
·
verified ·
1 Parent(s): b7b396e

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -34
README.md DELETED
@@ -1,34 +0,0 @@
1
- ---
2
- title: Ultra-Realistic Face Swap (DFL-Style)
3
- emoji: 🧠
4
- colorFrom: indigo
5
- colorTo: purple
6
- sdk: gradio
7
- python_version: '3.11'
8
- sdk_version: 6.2.0
9
- app_file: app.py
10
- suggested_hardware: l4x1
11
- suggested_storage: medium
12
- fullWidth: true
13
- short_description: Photorealistic face swap with strict identity preservation.
14
- tags:
15
- - face-swap
16
- - photorealistic
17
- - deepfacelab
18
- - identity
19
- license: mit
20
- ---
21
-
22
- ## Ultra-Realistic Face Swap
23
-
24
- This Space performs **DeepFaceLab-style face swapping** using:
25
-
26
- - Shape-aware facial alignment via `face-alignment` (2D)
27
- - Identity-preserving autoencoder logic via `insightface`
28
- - Poisson blending + LAB color histogram matching
29
- - Similarity-gated retry to maintain ≥0.94 identity similarity
30
-
31
- ### Notes
32
- - **Inference only**. Training must be done offline.
33
- - Output is **pure 2D photorealistic**.
34
- - No AI/3D/animated artifacts.