mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-10 15:23:32 -07:00
Converter: added new color transfer modes: mkl, mkl-m, idt, idt-m
This commit is contained in:
parent
7ed38a8097
commit
bef4e5d33c
4 changed files with 109 additions and 93 deletions
|
@ -105,8 +105,8 @@ half_face_mask_mode_dict = {1:'learned',
|
|||
4:'FAN-dst',
|
||||
7:'learned*FAN-dst'}
|
||||
|
||||
ctm_dict = { 0: "None", 1:"rct", 2:"lct", 3:"ebs" }
|
||||
ctm_str_dict = {None:0, "rct":1, "lct": 2, "ebs":3 }
|
||||
ctm_dict = { 0: "None", 1:"rct", 2:"lct", 3:"mkl", 4:"mkl-m", 5:"idt", 6:"idt-m", 7:"ebs" }
|
||||
ctm_str_dict = {None:0, "rct":1, "lct":2, "mkl":3, "mkl-m":4, "idt":5, "idt-m":6, "ebs":7 }
|
||||
|
||||
class ConverterConfigMasked(ConverterConfig):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue