File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 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" : [],
6862 "is_unidecode_available" ,
6963 "logging" ,
7064 ],
71- "video_processor" : ["VideoProcessor" ],
7265}
7366
7467try :
781774
782775if 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 ():
You can’t perform that action at this time.
0 commit comments