Commit graph

284 commits

Author SHA1 Message Date
Colombo
cc87c3ce1d upd README.md 2020-03-08 15:12:29 +04:00
Colombo
cfea601877 upd README.md 2020-03-08 15:05:28 +04:00
Colombo
d5c29b55e3 upd README.md 2020-03-08 14:48:19 +04:00
Colombo
82bc724077 upd README.md 2020-03-03 17:17:08 +04:00
Colombo
8a3e1c2e29 upd README.md 2020-03-03 17:16:00 +04:00
Colombo
d1f942d6dd upd README.md 2020-03-03 17:10:25 +04:00
Colombo
036f6cdeb4 upd README.md 2020-03-02 17:48:13 +04:00
Colombo
130c33d965 upd README.md 2020-03-02 17:06:06 +04:00
Colombo
e9c0f5fb9f upd README.md 2020-02-29 12:59:24 +04:00
Colombo
28b26ca96c upd README.md 2020-02-25 09:50:31 +04:00
Colombo
712c03b144 _ 2020-02-19 09:15:41 +04:00
Colombo
febc96c334 upd README.md 2020-02-18 19:16:59 +04:00
Colombo
e1635ff760 added CentOS Linux fork 2020-02-15 16:39:56 +04:00
Colombo
430c2f974e upd README.md 2020-01-31 22:32:21 +04:00
Colombo
4ed16c67f5 upd readme 2020-01-31 14:24:03 +04:00
Colombo
80f285067a upd readme 2020-01-27 20:30:07 +04:00
Colombo
967fbdd814 BREAKING CHANGES !!!
Getting rid of the weakest link - AMD cards support.
All neural network codebase transferred to pure low-level TensorFlow backend, therefore
removed AMD/Intel cards support, now DFL works only on NVIDIA cards or CPU.

old DFL marked as 1.0 still available for download, but it will no longer be supported.

global code refactoring, fixes and optimizations

Extractor:

now you can choose on which GPUs (or CPU) to process

improved stability for < 4GB GPUs

increased speed of multi gpu initializing

now works in one pass (except manual mode)
so you won't lose the processed data if something goes wrong before the old 3rd pass

Faceset enhancer:

now you can choose on which GPUs (or CPU) to process

Trainer:

now you can choose on which GPUs (or CPU) to train the model.
Multi-gpu training is now supported.
Select identical cards, otherwise fast GPU will wait slow GPU every iteration.

now remembers the previous option input as default with the current workspace/model/ folder.

the number of sample generators now matches the available number of processors

saved models now have names instead of GPU indexes.
Therefore you can switch GPUs for every saved model.
Trainer offers to choose latest saved model by default.
You can rename or delete any model using the dialog.

models now save the optimizer weights in the model folder to continue training properly

removed all models except SAEHD, Quick96

trained model files from DFL 1.0 cannot be reused

AVATAR model is also removed.
How to create AVATAR like in this video? https://www.youtube.com/watch?v=4GdWD0yxvqw
1) capture yourself with your own speech repeating same head direction as celeb in target video
2) train regular deepfake model with celeb faces from target video as src, and your face as dst
3) merge celeb face onto your face with raw-rgb mode
4) compose masked mouth with target video in AfterEffects

SAEHD:

now has 3 options: Encoder dimensions, Decoder dimensions, Decoder mask dimensions

now has 4 arhis: dfhd (default), liaehd, df, liae
df and liae are from SAE model, but use features from SAEHD model (such as combined loss and disable random warp)

dfhd/liaehd - changed encoder/decoder architectures

decoder model is combined with mask decoder model
mask training is combined with face training,
result is reduced time per iteration and decreased vram usage by optimizer

"Initialize CA weights" now works faster and integrated to "Initialize models" progress bar

removed optimizer_mode option

added option 'Place models and optimizer on GPU?'
  When you train on one GPU, by default model and optimizer weights are placed on GPU to accelerate the process.
  You can place they on CPU to free up extra VRAM, thus you can set larger model parameters.
  This option is unavailable in MultiGPU mode.

pretraining now does not use rgb channel shuffling
pretraining now can be continued
when pre-training is disabled:
1) iters and loss history are reset to 1
2) in df/dfhd archis, only the inter part of the encoder is reset (before encoder+inter)
   thus the fake will train faster with a pretrained df model

Merger ( renamed from Converter ):

now you can choose on which GPUs (or CPU) to process

new hot key combinations to navigate and override frame's configs

super resolution upscaler "RankSRGAN" is replaced by "FaceEnhancer"

FAN-x mask mode now works on GPU while merging (before on CPU),
therefore all models (Main face model + FAN-x + FaceEnhancer)
now work on GPU while merging, and work properly even on 2GB GPU.

Quick96:

now automatically uses pretrained model

Sorter:

removed all sort by *.bat files except one sort.bat
now you have to choose sort method in the dialog

Other:

all console dialogs are now more convenient

new default example video files data_src/data_dst for newbies ( Robert Downey Jr. on Elon Musk )

XnViewMP is updated to 0.94.1 version

ffmpeg is updated to 4.2.1 version

ffmpeg: video codec is changed to x265

_internal/vscode.bat starts VSCode IDE where you can view and edit DeepFaceLab source code.

removed russian/english manual. Read community manuals and tutorials here
https://mrdeepfakes.com/forums/forum-guides-and-tutorials

new github page design
2020-01-22 22:23:55 +04:00
Colombo
f1a3150ce9 1 2020-01-22 22:14:31 +04:00
Colombo
869c5e8dd0 1 2020-01-22 18:58:02 +04:00
Colombo
af3306a85a 1 2020-01-22 18:56:00 +04:00
Colombo
0ce96875a1 1 2020-01-22 18:49:32 +04:00
Colombo
38b85108b3 DFL-2.0 initial branch commit 2020-01-21 18:43:39 +04:00
Colombo
c482b2cd07 upd reaedme 2019-12-23 19:16:33 +04:00
Colombo
b93ae56a08 upd readme 2019-12-23 19:15:59 +04:00
Colombo
8c17dd85f4 upd readme 2019-12-23 19:06:30 +04:00
Colombo
a8a822fe68 added official telegram channel 2019-10-30 22:17:45 +04:00
iperov
6861e858fa
1 2019-10-25 14:09:03 +04:00
Colombo
e928ee0d30 1 2019-09-19 19:36:46 +04:00
iperov
d3eadbf5f3 upd readme 2019-08-26 09:51:32 +04:00
iperov
3f0bf2e994 upd readme 2019-08-20 17:11:37 +04:00
iperov
fc5efb559d upd readme 2019-08-20 17:10:00 +04:00
Colombo
d886cd79a8 upd readme 2019-07-15 15:27:51 +04:00
iperov
fb9fd8c2b9
Update README.md 2019-06-19 12:24:11 +04:00
iperov
3d29130d5c
closing the repo 2019-06-13 08:38:09 +04:00
iperov
480360ba10 upd 2019-05-18 23:43:40 +04:00
iperov
06831517f5 upd 2019-05-15 08:03:50 +04:00
iperov
7be97af845 upd paypal link 2019-05-15 07:58:40 +04:00
iperov
b04e9e77e2 upd doc 2019-05-12 07:59:35 +04:00
iperov
2239c8d9ab upd readme 2019-05-11 12:18:43 +04:00
iperov
3555801046 upd docs 2019-05-07 13:09:20 +04:00
iperov
37ca4281f3 _ 2019-05-02 09:27:28 +04:00
iperov
bef03eec81 _ 2019-04-21 21:15:39 +04:00
iperov
f6d49de33b _ 2019-04-21 21:14:01 +04:00
iperov
7be2fd67f5 added chinesse community site 2019-04-11 18:27:12 +04:00
iperov
79950c6c0e upd readme 2019-03-26 09:16:02 +04:00
iperov
ec0c4d0128 upd readme 2019-03-26 09:15:22 +04:00
iperov
addd87efa8 upd README.md 2019-03-24 19:44:09 +04:00
iperov
31c2298b5f Converter: added option for seamless to supress jittering,
Lenx,leny region now averaged by grayscale gradients,
now uses all CPU.
SAE: multiscale_decoder option default = False
update readme and manual_ru.pdf
2019-03-03 15:33:52 +04:00
iperov
18d2c52d8c added manual_ru.pdf 2019-03-02 17:40:27 +04:00
iperov
497e17b595 upd readme 2019-02-19 21:46:19 +04:00