mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-11 07:37:03 -07:00
added sumbmodules
This commit is contained in:
parent
6adad33877
commit
5031e9c47d
2 changed files with 4 additions and 3 deletions
|
@ -194,7 +194,6 @@ class MergerConfigMasked(MergerConfig):
|
|||
s += f"""({key}) {mode_dict[key]}\n"""
|
||||
io.log_info(s)
|
||||
mode = io.input_int ("", mode_str_dict.get(self.default_mode, 1) , answer_key="2")
|
||||
|
||||
self.mode = mode_dict.get (mode, self.default_mode )
|
||||
|
||||
if 'raw' not in self.mode:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue