mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
fix
This commit is contained in:
parent
4fe45adc7c
commit
7b49220ee9
1 changed files with 4 additions and 1 deletions
|
@ -1141,7 +1141,10 @@ class LoaderQSubprocessor(QSubprocessor):
|
|||
class MainWindow(QXMainWindow):
|
||||
|
||||
def __init__(self, input_dirpath, cfg_root_path):
|
||||
self.loading_frame = None
|
||||
|
||||
super().__init__()
|
||||
|
||||
self.input_dirpath = input_dirpath
|
||||
self.cfg_root_path = cfg_root_path
|
||||
|
||||
|
@ -1367,7 +1370,7 @@ def start(input_dirpath):
|
|||
returns exit_code
|
||||
"""
|
||||
io.log_info("Running XSeg editor.")
|
||||
|
||||
|
||||
if PackedFaceset.path_contains(input_dirpath):
|
||||
io.log_info (f'\n{input_dirpath} contains packed faceset! Unpack it first.\n')
|
||||
return 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue