mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
removed support of extracted(aligned) PNG faces. Use old builds to convert from PNG to JPG. fanseg model file in facelib/ is renamed
4 lines
No EOL
114 B
Python
4 lines
No EOL
114 B
Python
from .ModelBase import *
|
|
from .PatchDiscriminator import *
|
|
from .CodeDiscriminator import *
|
|
from .Ternaus import * |