We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6743a commit 7494dc9Copy full SHA for 7494dc9
src/diffusers/__init__.py
@@ -36,9 +36,6 @@
36
"configuration_utils": ["ConfigMixin"],
37
"guiders": [],
38
"hooks": [],
39
- "video_processor": [
40
- "VideoProcessor",
41
- ],
42
"loaders": ["FromOriginalModelMixin"],
43
"models": [],
44
"modular_pipelines": [],
@@ -169,6 +166,9 @@
169
166
"VaeImageProcessor",
170
167
"VaeImageProcessorLDM3D",
171
168
]
+ _import_structure["video_processor"] = [
+ "VideoProcessor",
+ ]
172
_import_structure["models"].extend(
173
[
174
"AllegroTransformer3DModel",
@@ -1352,4 +1352,5 @@
1352
_import_structure,
1353
module_spec=__spec__,
1354
extra_objects={"__version__": __version__},
1355
- )
+ )
1356
+
0 commit comments