|
56 | 56 | else: |
57 | 57 | IMAGE_PROCESSOR_MAPPING_NAMES = OrderedDict( |
58 | 58 | [ |
59 | | - ("align", ("EfficientNetImageProcessor",)), |
| 59 | + ("align", ("EfficientNetImageProcessor", "EfficientNetImageProcessorFast")), |
60 | 60 | ("aria", ("AriaImageProcessor",)), |
61 | 61 | ("beit", ("BeitImageProcessor",)), |
62 | 62 | ("bit", ("BitImageProcessor", "BitImageProcessorFast")), |
63 | 63 | ("blip", ("BlipImageProcessor", "BlipImageProcessorFast")), |
64 | 64 | ("blip-2", ("BlipImageProcessor", "BlipImageProcessorFast")), |
65 | | - ("bridgetower", ("BridgeTowerImageProcessor",)), |
| 65 | + ("bridgetower", ("BridgeTowerImageProcessor", "BridgeTowerImageProcessorFast")), |
66 | 66 | ("chameleon", ("ChameleonImageProcessor",)), |
67 | 67 | ("chinese_clip", ("ChineseCLIPImageProcessor", "ChineseCLIPImageProcessorFast")), |
68 | 68 | ("clip", ("CLIPImageProcessor", "CLIPImageProcessorFast")), |
|
83 | 83 | ("donut-swin", ("DonutImageProcessor", "DonutImageProcessorFast")), |
84 | 84 | ("dpt", ("DPTImageProcessor",)), |
85 | 85 | ("efficientformer", ("EfficientFormerImageProcessor",)), |
86 | | - ("efficientnet", ("EfficientNetImageProcessor",)), |
| 86 | + ("efficientnet", ("EfficientNetImageProcessor", "EfficientNetImageProcessorFast")), |
87 | 87 | ("flava", ("FlavaImageProcessor", "FlavaImageProcessorFast")), |
88 | 88 | ("focalnet", ("BitImageProcessor", "BitImageProcessorFast")), |
89 | 89 | ("fuyu", ("FuyuImageProcessor",)), |
|
0 commit comments