Spaces:
Running
on
Zero
Running
on
Zero
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -18,7 +18,7 @@ from diffusers.utils import (
|
|
18 |
logging,
|
19 |
)
|
20 |
|
21 |
-
from
|
22 |
|
23 |
PipelineImageInput = Union[
|
24 |
PIL.Image.Image,
|
|
|
18 |
logging,
|
19 |
)
|
20 |
|
21 |
+
from model import PhotoMakerIDEncoder
|
22 |
|
23 |
PipelineImageInput = Union[
|
24 |
PIL.Image.Image,
|