mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -07:00
removed TrueFace model. added SAEv2 model. Differences from SAE: + default e_ch_dims is now 21 + new encoder produces more stable face and less scale jitter before: https://i.imgur.com/4jUcol8.gifv after: https://i.imgur.com/lyiax49.gifv - scale of the face is less changed within frame size + decoder now has only 1 residual block instead of 2, result is same quality with less decoder size + added mid-full face, which covers 30% more area than half face. + added option " Enable 'true face' training " Enable it only after 50k iters, when the face is sharp enough. the result face will be more like src. The most src-like face with 'true-face-training' you can achieve with DF architecture. |
||
---|---|---|
.. | ||
__init__.py | ||
Sample.py | ||
SampleGeneratorBase.py | ||
SampleGeneratorFace.py | ||
SampleGeneratorFaceTemporal.py | ||
SampleGeneratorImageTemporal.py | ||
SampleLoader.py | ||
SampleProcessor.py |