check if pkl exist to apply modifications

This commit is contained in:
leno3003 2022-03-29 13:10:53 +02:00
parent 5b04cc047e
commit a14bb4ae86

View file

@ -4,9 +4,9 @@ dictionary = {
' : ' : '0',
'[png] Output image format ( png/jpg ?:help ) : ' : 'png',
'Override' : '0',
'[n] Enable gradient clipping ( y/n ?:help ) : ' : 'False',
'[n] Enable pretraining mode ( y/n ?:help ) : ' : 'False',
' Press enter in 2 seconds to override model settings. ' : '\n',
'Enable pretraining mode' : 'n',
'Enable gradient clipping' : 'n',
'[0] Which GPU indexes to choose? : ' : '0',
'[wf] Face type ( f/wf/head ?:help ) : ' : 'wf',
'[0] Max number of faces from image ( ?:help ) : ' : '0',
@ -16,7 +16,7 @@ dictionary = {
'[y] Continue extraction? ( y/n ?:help ) : ' : 'True',
'[2] Autobackup every N hour ( 0..24 ?:help ) : ' : '2',
'[n] Write preview history ( y/n ?:help ) : ' : 'False',
'[83000] Target iteration : ' : '110000',
'[83000] Target iteration : ' : '\n',
'[n] Flip SRC faces randomly ( y/n ?:help ) : ' : 'False',
'[n] Flip DST faces randomly ( y/n ?:help ) : ' : 'False',
'[4] Batch_size ( ?:help ) : ' : '4',
@ -32,8 +32,6 @@ dictionary = {
'[0.0] Face style power ( 0.0..100.0 ?:help ) : ' : '0.0',
'[0.0] Background style power ( 0.0..100.0 ?:help ) : ' : '0.0',
'[lct] Color transfer for src faceset ( none/rct/lct/mkl/idt/sot ?:help ) : ' : 'lct',
'[n] Enable gradient clipping ( y/n ?:help ) : ' : 'False',
'[n] Enable pretraining mode ( y/n ?:help ) : ' : 'False',
'[n] Use interactive merger? ( y/n ) : ' : 'False',
'[1] 2 : ' : '1',
'[1] 3 : ' : '4',