From c42b1b212422bf53c5161cdf43bccd51a9124ea1 Mon Sep 17 00:00:00 2001 From: Colombo Date: Wed, 15 Apr 2020 10:44:12 +0400 Subject: [PATCH] . --- README.md | 4 ++-- XSegEditor/XSegEditor.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00835ee..01fb5bd 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$ ( Amien Phillips )| +|Last donations|25$ ( Maria Grasmeder )| +||10$ ( Amien Phillips )| ||20$ ( Ralph Gathmann )| -||20$ ( 飛星工作室 )| ||| |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/XSegEditor/XSegEditor.py b/XSegEditor/XSegEditor.py index 3098a79..025eb36 100644 --- a/XSegEditor/XSegEditor.py +++ b/XSegEditor/XSegEditor.py @@ -1327,6 +1327,8 @@ class MainWindow(QXMainWindow): self.loading_frame.resize( ev.size() ) def start(input_dirpath): + io.log_info("Running XSeg editor.") + root_path = Path(__file__).parent cfg_root_path = Path(tempfile.gettempdir())