Update block.py
Browse files
block.py
CHANGED
|
@@ -7,6 +7,7 @@ from diffusers.pipelines.modular_pipeline_utils import (
|
|
| 7 |
ComponentSpec,
|
| 8 |
OutputParam,
|
| 9 |
)
|
|
|
|
| 10 |
from image_gen_aux import DepthPreprocessor
|
| 11 |
|
| 12 |
|
|
|
|
| 7 |
ComponentSpec,
|
| 8 |
OutputParam,
|
| 9 |
)
|
| 10 |
+
from diffusers.image_processor import PipelineImageInput
|
| 11 |
from image_gen_aux import DepthPreprocessor
|
| 12 |
|
| 13 |
|