mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
change name
This commit is contained in:
parent
91d2391ac9
commit
aa523b3f2e
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ from samplelib import *
|
|||
|
||||
|
||||
#SAE - Styled AutoEncoder
|
||||
class SAEv2Model(ModelBase):
|
||||
class SAEHDModel(ModelBase):
|
||||
|
||||
#override
|
||||
def onInitializeOptions(self, is_first_run, ask_override):
|
||||
|
@ -644,4 +644,4 @@ class SAEv2Model(ModelBase):
|
|||
clip_hborder_mask_per=0.0625 if (face_type != FaceType.HALF) else 0,
|
||||
)
|
||||
|
||||
Model = SAEv2Model
|
||||
Model = SAEHDModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue