Skip to content

Commit 285f877

Browse files
committed
make InsertableDict importable from modular_pipelines
1 parent c75b88f commit 285f877

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/diffusers/modular_pipelines/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"ConfigSpec",
3939
"InputParam",
4040
"OutputParam",
41+
"InsertableDict",
4142
]
4243
_import_structure["stable_diffusion_xl"] = ["StableDiffusionXLAutoBlocks", "StableDiffusionXLModularLoader"]
4344
_import_structure["components_manager"] = ["ComponentsManager"]
@@ -65,6 +66,7 @@
6566
ComponentSpec,
6667
ConfigSpec,
6768
InputParam,
69+
InsertableDict,
6870
OutputParam,
6971
)
7072
from .stable_diffusion_xl import (

0 commit comments

Comments
 (0)