mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
upd README.md
This commit is contained in:
parent
bd2b575718
commit
127cc3303a
1 changed files with 6 additions and 1 deletions
|
@ -70,7 +70,7 @@ LIAEF128 Cage video:
|
|||
|
||||
[](https://www.youtube.com/watch?v=mRsexePEVco)
|
||||
|
||||
- **SAE (2GB+)** - Styled AutoEncoder. It is like LIAEF but with new face style loss. SAE more like face morpher/stylizer rather than direct swapper. Available options on start: resolution, ae-dims, half/full face.
|
||||
- **SAE (2GB+)** - Styled AutoEncoder. It is like LIAEF but with new face style loss. SAE more like face morpher/stylizer rather than direct swapper. Model has several options on start for fine tuning.
|
||||
|
||||

|
||||
|
||||
|
@ -86,10 +86,15 @@ SAE model Cage-Trump video: https://www.youtube.com/watch?v=2R_aqHBClUQ
|
|||
unfortunately deepfaking is time/eletricpower consuming topic and has a lot of nuances.
|
||||
|
||||
Every model is good for specific scenes and faces.
|
||||
|
||||
H64 - good for straight faces as a demo and for low vram.
|
||||
|
||||
H128 - good for straight faces, gives highest resolution and details possible in 2019. Absolute best for asian faces, because they are flat, similar and evenly lighted with clear skin.
|
||||
|
||||
DF - good for side faces, but results in a lower resolution and details. Covers more area of cheeks. Keeps face unmorphed. Good for similar face shapes.
|
||||
|
||||
LIAE - can partially fix dissimilar face shapes, but results in a less recognizable face.
|
||||
|
||||
SAE - no matter how similar faces, src face will be morphed onto dst face, which can make face absolutely unrecognizable. Model can collapse on some scenes. Easy to overlay final face because dst background is also predicted.
|
||||
|
||||
Quality of src faceset significantly affects the final face.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue