Skip to content

Commit 0c26848

Browse files
committed
update
1 parent 793d57b commit 0c26848

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/diffusers/__init__.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"configuration_utils": ["ConfigMixin"],
3737
"guiders": [],
3838
"hooks": [],
39-
"image_processor": ["VaeImageProcessor"],
4039
"loaders": ["FromOriginalModelMixin"],
4140
"models": [],
4241
"modular_pipelines": [],
@@ -62,7 +61,6 @@
6261
"is_unidecode_available",
6362
"logging",
6463
],
65-
"video_processor": ["VideoProcessor"],
6664
}
6765

6866
try:
@@ -907,12 +905,7 @@
907905
WanVACETransformer3DModel,
908906
attention_backend,
909907
)
910-
from .modular_pipelines import (
911-
ComponentsManager,
912-
ComponentSpec,
913-
ModularPipeline,
914-
ModularPipelineBlocks,
915-
)
908+
from .modular_pipelines import ComponentsManager, ComponentSpec, ModularPipeline, ModularPipelineBlocks
916909
from .optimization import (
917910
get_constant_schedule,
918911
get_constant_schedule_with_warmup,

0 commit comments

Comments
 (0)