Hi, I am trying to run face restoration model, but face detection fails trying to import faceanalyser.
There is no faceanalyser in Scripts (actually, there are only wildcards and utils), where can i get it?
I also see a lot of other imports from Scripts in UI/ui_image_tools.py
from Scripts import deepdanbooru_onnx as DeepDanbooru_Onnx
from Scripts import codeformer_onnx as codeformer_onnx
from Scripts import facedetector_onnx as facedetector_onnx
from Scripts import image_slicer
from Scripts import superresolution as SPR
Where can i find all of these?
Hi, I am trying to run face restoration model, but face detection fails trying to import
faceanalyser.There is no faceanalyser in Scripts (actually, there are only wildcards and utils), where can i get it?
I also see a lot of other imports from Scripts in UI/ui_image_tools.py
from Scripts import deepdanbooru_onnx as DeepDanbooru_Onnx
from Scripts import codeformer_onnx as codeformer_onnx
from Scripts import facedetector_onnx as facedetector_onnx
from Scripts import image_slicer
from Scripts import superresolution as SPR
Where can i find all of these?