mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
added sumbmodules
This commit is contained in:
parent
6adad33877
commit
5031e9c47d
2 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,8 @@ import os
|
|||
dictionary = {
|
||||
'4' : '\n',
|
||||
'5' : '0',
|
||||
'2' : '1',
|
||||
'3' : '4',
|
||||
'Output image format':'png',
|
||||
'NoInteractiveMode':'y',
|
||||
'Which GPU indexes to choose?': '0',
|
||||
|
@ -35,8 +37,8 @@ dictionary = {
|
|||
'Number of workers?':'8',
|
||||
'Use saved session?':'n',
|
||||
'Bitrate of output file in MB/s' : '16',
|
||||
'Choose erode mask modifier': '0.0',
|
||||
'Choose blur mask modifier' : '0.0',
|
||||
'Choose erode mask modifier': '80',
|
||||
'Choose blur mask modifier' : '100',
|
||||
'Choose motion blur power' : '0',
|
||||
'Choose output face scale modifier' : '0',
|
||||
'Choose super resolution power' : '0',
|
||||
|
|
|
@ -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