YiYiXu HF Staff commited on
Commit
747669c
·
verified ·
1 Parent(s): d9221ed

Update block.py

Browse files
Files changed (1) hide show
  1. block.py +1 -0
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