diff --git a/README.md b/README.md index 96680ed..e846946 100644 --- a/README.md +++ b/README.md @@ -153,9 +153,9 @@ Unfortunately, there is no "make everything ok" button in DeepFaceLab. You shoul ||bitcoin:bc1qkhh7h0gwwhxgg6h6gpllfgstkd645fefrd5s6z| |Alipay 捐款|![](doc/Alipay_donation.jpg)| ||| -|Last donations|10$ ( Mélio Mascort )| +|Last donations|10$ ( Mattia Romanut )| +||10$ ( Mélio Mascort )| ||25$ ( Maria Grasmeder )| -||10$ ( Amien Phillips )| ||| |Collect facesets|You can collect faceset of any celebrity that can be used in DeepFaceLab and share it [in the community](https://mrdeepfakes.com/forums/forum-celebrity-facesets)| ||| diff --git a/merger/MergeMasked.py b/merger/MergeMasked.py index 47d117f..aaea66a 100644 --- a/merger/MergeMasked.py +++ b/merger/MergeMasked.py @@ -305,7 +305,9 @@ def MergeMaskedFace (predictor_func, predictor_input_shape, else: alpha = cfg.color_degrade_power / 100.0 out_img = (out_img*(1.0-alpha) + out_img_reduced*alpha) - + else: + out_img = img_bgr.copy() + out_merging_mask_a = img_face_mask_a return out_img, out_merging_mask_a