mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
.
This commit is contained in:
parent
cd8919d95b
commit
c42b1b2124
2 changed files with 4 additions and 2 deletions
|
@ -153,9 +153,9 @@ Unfortunately, there is no "make everything ok" button in DeepFaceLab. You shoul
|
||||||
||bitcoin:bc1qkhh7h0gwwhxgg6h6gpllfgstkd645fefrd5s6z|
|
||bitcoin:bc1qkhh7h0gwwhxgg6h6gpllfgstkd645fefrd5s6z|
|
||||||
|Alipay 捐款||
|
|Alipay 捐款||
|
||||||
|||
|
|||
|
||||||
|Last donations|10$ ( Amien Phillips )|
|
|Last donations|25$ ( Maria Grasmeder )|
|
||||||
|
||10$ ( Amien Phillips )|
|
||||||
||20$ ( Ralph Gathmann )|
|
||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)|
|
|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)|
|
||||||
|||
|
|||
|
||||||
|
|
|
@ -1327,6 +1327,8 @@ class MainWindow(QXMainWindow):
|
||||||
self.loading_frame.resize( ev.size() )
|
self.loading_frame.resize( ev.size() )
|
||||||
|
|
||||||
def start(input_dirpath):
|
def start(input_dirpath):
|
||||||
|
io.log_info("Running XSeg editor.")
|
||||||
|
|
||||||
root_path = Path(__file__).parent
|
root_path = Path(__file__).parent
|
||||||
cfg_root_path = Path(tempfile.gettempdir())
|
cfg_root_path = Path(tempfile.gettempdir())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue