Skip to content

Commit b362a4f

Browse files
committed
fix
1 parent 50391cb commit b362a4f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/diffusers/__init__.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
"configuration_utils": ["ConfigMixin"],
3838
"guiders": [],
3939
"hooks": [],
40-
"image_processor": [
41-
"IPAdapterMaskProcessor",
42-
"PixArtImageProcessor",
43-
"VaeImageProcessor",
44-
"VaeImageProcessorLDM3D",
45-
],
4640
"loaders": ["FromOriginalModelMixin"],
4741
"models": [],
4842
"modular_pipelines": [],
@@ -68,7 +62,6 @@
6862
"is_unidecode_available",
6963
"logging",
7064
],
71-
"video_processor": ["VideoProcessor"],
7265
}
7366

7467
try:
@@ -781,14 +774,7 @@
781774

782775
if TYPE_CHECKING or DIFFUSERS_SLOW_IMPORT:
783776
from .configuration_utils import ConfigMixin
784-
from .image_processor import (
785-
IPAdapterMaskProcessor,
786-
PixArtImageProcessor,
787-
VaeImageProcessor,
788-
VaeImageProcessorLDM3D,
789-
)
790777
from .quantizers import PipelineQuantizationConfig
791-
from .video_processor import VideoProcessor
792778

793779
try:
794780
if not is_bitsandbytes_available():

0 commit comments

Comments
 (0)