mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 14:24:40 -07:00
Update Model.py
Uncomment the line 30 to take the avatar_type choice
This commit is contained in:
parent
af20983d31
commit
6a3b0feb22
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class AVATARModel(ModelBase):
|
||||||
1:'head',
|
1:'head',
|
||||||
2:'full_face'}[avatar_type]
|
2:'full_face'}[avatar_type]
|
||||||
|
|
||||||
#self.options['avatar_type'] = 'head'
|
self.options['avatar_type'] = self.options.get('avatar_type', avatar_type)
|
||||||
else:
|
else:
|
||||||
self.options['avatar_type'] = self.options.get('avatar_type', 'head')
|
self.options['avatar_type'] = self.options.get('avatar_type', 'head')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue