[diffusion] fix: fix wrong validation on 2k resolution (#15478)
This commit is contained in:
@@ -3,8 +3,18 @@ Benchmark online serving for diffusion models (Image/Video Generation).
|
||||
|
||||
|
||||
Usage:
|
||||
|
||||
# Video
|
||||
t2v:
|
||||
python3 -m sglang.multimodal_gen.benchmarks.bench_serving \
|
||||
--backend sglang-video --dataset vbench --task t2v --num-prompts 20
|
||||
|
||||
i2v:
|
||||
python3 -m sglang.multimodal_gen.benchmarks.bench_serving \
|
||||
--backend sglang-video --dataset vbench --task i2v --num-prompts 20
|
||||
|
||||
|
||||
# Image
|
||||
t2i:
|
||||
python3 -m sglang.multimodal_gen.benchmarks.bench_serving \
|
||||
--backend sglang-image --dataset vbench --task t2v --num-prompts 20
|
||||
|
||||
@@ -13,8 +23,6 @@ Usage:
|
||||
--backend sglang-image --dataset vbench --task i2v --num-prompts 20
|
||||
|
||||
|
||||
|
||||
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
||||
Reference in New Issue
Block a user