We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75b88f commit 285f877Copy full SHA for 285f877
1 file changed
src/diffusers/modular_pipelines/__init__.py
@@ -38,6 +38,7 @@
38
"ConfigSpec",
39
"InputParam",
40
"OutputParam",
41
+ "InsertableDict",
42
]
43
_import_structure["stable_diffusion_xl"] = ["StableDiffusionXLAutoBlocks", "StableDiffusionXLModularLoader"]
44
_import_structure["components_manager"] = ["ComponentsManager"]
@@ -65,6 +66,7 @@
65
66
ComponentSpec,
67
ConfigSpec,
68
InputParam,
69
+ InsertableDict,
70
OutputParam,
71
)
72
from .stable_diffusion_xl import (
0 commit comments