diff --git a/python/sglang/multimodal_gen/runtime/pipelines_core/stages/input_validation.py b/python/sglang/multimodal_gen/runtime/pipelines_core/stages/input_validation.py index dd5de7157..399721bec 100644 --- a/python/sglang/multimodal_gen/runtime/pipelines_core/stages/input_validation.py +++ b/python/sglang/multimodal_gen/runtime/pipelines_core/stages/input_validation.py @@ -221,7 +221,7 @@ class InputValidationStage(PipelineStage): # if height or width is not specified at this point, set default to 720p default_height = 720 - default_width = 1080 + default_width = 1280 if batch.height is None and batch.width is None: batch.height = default_height batch.width = default_width