detailer support for face restorer models

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-01-18 14:29:38 -05:00
parent bdf8ca7e27
commit e26de8cdba
11 changed files with 126 additions and 23 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import torch
import modules.detailer
from modules import shared, devices, modelloader, errors
from modules.paths import models_path
from installer import install
# codeformer people made a choice to include modified basicsr library to their project which makes
# it utterly impossible to use it alongside with other libraries that also use basicsr, like GFPGAN.