This commit is contained in:
Qing
2022-09-02 10:37:30 +08:00
parent b6d71c4733
commit 38c8837af7
6 changed files with 1831 additions and 636 deletions

View File

@@ -1,3 +1,4 @@
from lama_cleaner.model.fcf import FcF
from lama_cleaner.model.lama import LaMa
from lama_cleaner.model.ldm import LDM
from lama_cleaner.model.mat import MAT
@@ -8,7 +9,8 @@ models = {
'lama': LaMa,
'ldm': LDM,
'zits': ZITS,
'mat': MAT
'mat': MAT,
'fcf': FcF
}