Skip to content

Latest commit

 

History

History
71 lines (64 loc) · 4.12 KB

CHANGELOG.md

File metadata and controls

71 lines (64 loc) · 4.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

and this project adheres to Semantic Versioning.

1.2.0 - 10/02/2022

Added

  • New custom saving time; default is 25 minutes - DeepFake ENG ITA

Updated

  • Added random blur to shadow augmentation
  • Splittable random shadows
  • Added a handful of checks to indicate that the dataset is in zip or pak form when the functions used require a bulk dataset

Fixed

1.1.0 - 29/12/2021

Added

  • 'random_hsv_power' from Official fork - seranus
  • New 'force_full_preview' to force to do not separate dst, src and pred views in different frames - randomfaker

Updated

  • Refactored two pass splitting it into 3 mode: None, face, face + mask - randomfaker
  • Updated shadow augmentation splitting it in: None, src, dst, all - DeepFake ENG ITA
  • Update requirements-colab.txt

Fixed

1.0.0 - 10/12/2021

Initialized

We created this fork from several other forks of DeepFaceLab. Many features of this fork comes mainly from JH's fork.

Features from JH's fork

Features from other forks

  • FaceSwap-Aug in the color transfer modes
  • Custom face types

Features from MVE Development team

  • External configuration files by Cioscos aka DeepFake ENG ITA
    • use --auto_gen_config CLI param to auto generate config. file or resume its configuration
    • use --config_training_file CLI param external configuration file override
  • Tensorboard support by JanFschr aka randomfaker
  • AMP training updates - DeepFake ENG ITA & randomfaker
  • shadow augmentation (needs testing to see if it can generalise well) - randomfaker
  • filename labels by Ognjen aka JesterX aka seranus
  • zip faceset support - randomfaker
  • exposed new configuration parameters (cpu, lr, preview samples)
  • Added pre-sharpen into the merger. It helps the model to fit better to the target face. Idea taken from DeepFaceLive
  • Added two pass option into the merger. It processes the generated face twice. Idea taken from DeepFaceLive