SAEHD: fixed the use of pretrained liae model, now it produces less face morphing

This commit is contained in:
Colombo 2020-03-27 00:15:18 +04:00
parent ca9138d6b7
commit 6687213fa5

View file

@ -483,7 +483,7 @@ class SAEHDModel(ModelBase):
if model == self.inter:
do_init = True
elif 'liae' in archi:
if model == self.inter_AB:
if model == self.inter_AB or model == self.inter_B:
do_init = True
else:
do_init = self.is_first_run()