Spaces:
Running
on
Zero
Running
on
Zero
guangkaixu
commited on
Commit
·
e487722
1
Parent(s):
4d5065f
upload
Browse files- pipeline_genpercept.py +2 -2
pipeline_genpercept.py
CHANGED
@@ -26,8 +26,8 @@ from diffusers import (
|
|
26 |
)
|
27 |
from diffusers.utils import BaseOutput
|
28 |
|
29 |
-
from
|
30 |
-
from
|
31 |
|
32 |
class GenPerceptOutput(BaseOutput):
|
33 |
|
|
|
26 |
)
|
27 |
from diffusers.utils import BaseOutput
|
28 |
|
29 |
+
from util.image_util import chw2hwc, colorize_depth_maps, resize_max_res, norm_to_rgb, resize_res
|
30 |
+
from util.batchsize import find_batch_size
|
31 |
|
32 |
class GenPerceptOutput(BaseOutput):
|
33 |
|