Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ from diffusers import AutoencoderKL, DDIMScheduler, PNDMScheduler, DPMSolverMult
|
|
51 |
from pipelines.pipeline_pasd import StableDiffusionControlNetPipeline
|
52 |
from myutils.misc import load_dreambooth_lora, rand_name
|
53 |
from myutils.wavelet_color_fix import wavelet_color_fix
|
54 |
-
from
|
55 |
|
56 |
use_pasd_light = False
|
57 |
face_detector = RetinaFaceDetection()
|
|
|
51 |
from pipelines.pipeline_pasd import StableDiffusionControlNetPipeline
|
52 |
from myutils.misc import load_dreambooth_lora, rand_name
|
53 |
from myutils.wavelet_color_fix import wavelet_color_fix
|
54 |
+
from annotator.retinaface import RetinaFaceDetection
|
55 |
|
56 |
use_pasd_light = False
|
57 |
face_detector = RetinaFaceDetection()
|