Update hico_pipeline.py
Browse files- hico_pipeline.py +2 -1
hico_pipeline.py
CHANGED
@@ -32,12 +32,13 @@ from diffusers.utils import (
|
|
32 |
is_accelerate_available,
|
33 |
is_accelerate_version,
|
34 |
logging,
|
|
|
35 |
)
|
36 |
from diffusers.utils.torch_utils import (
|
37 |
|
38 |
logging,
|
39 |
randn_tensor,
|
40 |
-
|
41 |
)
|
42 |
from diffusers.utils.torch_utils import is_compiled_module
|
43 |
from diffusers.pipelines.pipeline_utils import DiffusionPipeline
|
|
|
32 |
is_accelerate_available,
|
33 |
is_accelerate_version,
|
34 |
logging,
|
35 |
+
replace_example_docstring
|
36 |
)
|
37 |
from diffusers.utils.torch_utils import (
|
38 |
|
39 |
logging,
|
40 |
randn_tensor,
|
41 |
+
|
42 |
)
|
43 |
from diffusers.utils.torch_utils import is_compiled_module
|
44 |
from diffusers.pipelines.pipeline_utils import DiffusionPipeline
|