2.1 KiB
Do I need to train the model from scratch?No you don't. There are public face models that can swap any face without training. | |
When will AMD cards be supported?Depends on microsoft/onnxruntime library developers. AMD cards are supported through DirectML execution provider, which is currently raw and slow. | |
I want to swap my face to a particular celebrity. What I need to do?This is the normal deepfake training process, where src faceset is the celebrity and dst faceset is your faceset. Train the deepfake model as usual with DeepFaceLab, then export the model in .dfm format for use in DeepFaceLive. You can also try ordering a deepfake model from someone in Discord or forum. | |
I want to train ready-to-use face model to swap any face to celebrity. What I need to do? | |
If you are familiar with DeepFaceLab, then this tutorial will help you: Src faceset is celebrity. Must be diverse enough. Dst faceset is RTM WF faceset from the torrent. Make a backup before every stage !
res:224, WF, ae_dims:256, e_dims:64, d_dims:64, d_mask_dims 22, eyes_mouth_prio:Y, batch 8. Others are default.
You can reuse this model to train new src faceset. In this case you should to delete inter_AB.npy from model folder, and train from stage 3.
res:224, WF, ae_dims:256, inter_dims:1024, e_dims:64, d_dims:64, d_mask_dims:22, morph factor:0.5, batch 8. Others are default.
|