DeepFaceLab/models
Colombo ac7725163d removed SAEv2,
added SAEHD model ( High Definition Styled AutoEncoder )
This is a new heavyweight model for high-end cards to achieve maximum possible deepfake quality in 2020.
Differences from SAE:
+ 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
+ new decoder produces subpixel clear result
+ pixel loss and dssim loss are merged together to achieve both training speed and pixel trueness
+ by default networks will be initialized with CA weights, but only after first successful iteration
  therefore you can test network size and batch size before weights initialization process
+ new neural network optimizer consumes less VRAM than before
+ added option <Enable 'true face' training>
  The result face will be more like src and will get extra sharpness.
  example: https://i.imgur.com/ME3A7dI.gifv
  Enable it for last 15-30k iterations before conversion.
+ encoder and decoder dims are merged to one parameter encoder/decoder dims
+ added mid-full face, which covers 30% more area than half face.
2019-10-08 15:09:28 +04:00
..
Model_AVATAR fix avatar model 2019-09-21 14:48:40 +04:00
Model_DEV_FANSEG Converter: 2019-09-07 13:57:42 +04:00
Model_DEV_FUNIT funits models: cleaning code 2019-09-27 18:48:01 +04:00
Model_DEV_POSEEST Trainer: added option for all models 2019-06-20 10:42:55 +04:00
Model_DF Converter: 2019-09-07 13:57:42 +04:00
Model_H64 Converter: 2019-09-07 13:57:42 +04:00
Model_H128 Converter: 2019-09-07 13:57:42 +04:00
Model_LIAEF128 Converter: 2019-09-07 13:57:42 +04:00
Model_SAE SAE : WARNING, RETRAIN IS REQUIRED ! 2019-09-19 11:13:56 +04:00
Model_SAEHD removed SAEv2, 2019-10-08 15:09:28 +04:00
__init__.py removing trailing spaces 2019-03-19 23:53:27 +04:00
archived_models.zip fixed GPU detection and indexes, got rid of using nvml, now using direct cuda lib to determine gpu info that match tensorflow indexes, 2019-10-05 16:26:23 +04:00
ModelBase.py removed SAEv2, 2019-10-08 15:09:28 +04:00