Skip to content

Commit 7494dc9

Browse files
committed
fix?
1 parent 7e6743a commit 7494dc9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/diffusers/__init__.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
"configuration_utils": ["ConfigMixin"],
3737
"guiders": [],
3838
"hooks": [],
39-
"video_processor": [
40-
"VideoProcessor",
41-
],
4239
"loaders": ["FromOriginalModelMixin"],
4340
"models": [],
4441
"modular_pipelines": [],
@@ -169,6 +166,9 @@
169166
"VaeImageProcessor",
170167
"VaeImageProcessorLDM3D",
171168
]
169+
_import_structure["video_processor"] = [
170+
"VideoProcessor",
171+
]
172172
_import_structure["models"].extend(
173173
[
174174
"AllegroTransformer3DModel",
@@ -1352,4 +1352,5 @@
13521352
_import_structure,
13531353
module_spec=__spec__,
13541354
extra_objects={"__version__": __version__},
1355-
)
1355+
)
1356+

0 commit comments

Comments
 (0)