mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 04:59:27 -07:00
added sumbmodules
This commit is contained in:
parent
9410e20984
commit
25a3780618
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ dictionary = {
|
||||||
'4' : '\n',
|
'4' : '\n',
|
||||||
'5' : '0',
|
'5' : '0',
|
||||||
'Output image format':'png',
|
'Output image format':'png',
|
||||||
'NonInteractiveMode':'True',
|
'NoInteractiveMode':'True',
|
||||||
'Which GPU indexes to choose?': '0',
|
'Which GPU indexes to choose?': '0',
|
||||||
'Face type': 'wf',
|
'Face type': 'wf',
|
||||||
'Max number of faces from image' : '1',
|
'Max number of faces from image' : '1',
|
||||||
|
@ -53,4 +53,4 @@ with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'wb') as han
|
||||||
with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle:
|
with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle:
|
||||||
d = pickle.load(handle)
|
d = pickle.load(handle)
|
||||||
|
|
||||||
print(d['Choose one of saved models, or enter a name to create a new model.'])
|
print(d['5'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue