diff --git a/vllm/inputs/registry.py b/vllm/inputs/registry.py index 5bf44bd95acb9..8c77e7840cb50 100644 --- a/vllm/inputs/registry.py +++ b/vllm/inputs/registry.py @@ -127,7 +127,7 @@ def get_modality_processor( elif modality_data_key == "images": attributes = ["image_processor"] elif modality_data_key == "videos": - attributes = ["video_processor"] + attributes = ["video_processor", "image_processor"] elif modality_data_key == "audios": attributes = ["audio_processor", "feature_extractor"] else: