mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
fix ConverterConfig
This commit is contained in:
parent
e3505d9b8c
commit
b572b8f4d4
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class ConverterConfigMasked(ConverterConfig):
|
||||||
7:'learned*FAN-dst'}
|
7:'learned*FAN-dst'}
|
||||||
|
|
||||||
self.ctm_dict = { 0: "None", 1:"rct", 2:"lct" }
|
self.ctm_dict = { 0: "None", 1:"rct", 2:"lct" }
|
||||||
self.ctm_str_dict = {None:None, "rct":1, "lct": 2 }
|
self.ctm_str_dict = {None:0, "rct":1, "lct": 2 }
|
||||||
|
|
||||||
def copy(self):
|
def copy(self):
|
||||||
return copy.copy(self)
|
return copy.copy(self)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue