mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -07:00
SAEHD: fixed the use of pretrained liae model, now it produces less face morphing
This commit is contained in:
parent
ca9138d6b7
commit
6687213fa5
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ class SAEHDModel(ModelBase):
|
||||||
if model == self.inter:
|
if model == self.inter:
|
||||||
do_init = True
|
do_init = True
|
||||||
elif 'liae' in archi:
|
elif 'liae' in archi:
|
||||||
if model == self.inter_AB:
|
if model == self.inter_AB or model == self.inter_B:
|
||||||
do_init = True
|
do_init = True
|
||||||
else:
|
else:
|
||||||
do_init = self.is_first_run()
|
do_init = self.is_first_run()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue