mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-11 15:47:01 -07:00
fix of converter when using relighted faces in dst
This commit is contained in:
parent
4868bd1324
commit
2167c5cbcb
4 changed files with 16 additions and 2 deletions
|
@ -364,6 +364,9 @@ class DFLPNG(object):
|
|||
|
||||
def remove_fanseg_mask(self):
|
||||
self.dfl_dict['fanseg_mask'] = None
|
||||
|
||||
def remove_source_filename(self):
|
||||
self.dfl_dict['source_filename'] = None
|
||||
|
||||
def dump(self):
|
||||
data = PNG_HEADER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue