File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
python/sglang/multimodal_gen/test/server Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -269,18 +269,19 @@ def from_req_perf_record(
269269 ),
270270 ),
271271 # === Text and Image to Image (TI2I) ===
272- # TODO: Timeout with Torch2.9. Add back when it can pass CI
273- # DiffusionTestCase(
274- # id="qwen_image_edit_ti2i",
275- # model_path="Qwen/Qwen-Image-Edit",
276- # modality="image",
277- # prompt=None, # not used for editing
278- # output_size="1024x1536",
279- # warmup_text=0,
280- # warmup_edit=1,
281- # edit_prompt="Convert 2D style to 3D style",
282- # image_path="https://github.com/lm-sys/lm-sys.github.io/releases/download/test/TI2I_Qwen_Image_Edit_Input.jpg",
283- # ),
272+ DiffusionTestCase (
273+ "qwen_image_edit_ti2i" ,
274+ DiffusionServerArgs (
275+ model_path = "Qwen/Qwen-Image-Edit" ,
276+ modality = "image" ,
277+ warmup_text = 0 ,
278+ warmup_edit = 1 ,
279+ ),
280+ DiffusionSamplingParams (
281+ prompt = "Convert 2D style to 3D style" ,
282+ image_path = "https://github.com/lm-sys/lm-sys.github.io/releases/download/test/TI2I_Qwen_Image_Edit_Input.jpg" ,
283+ ),
284+ ),
284285]
285286
286287ONE_GPU_CASES_B : list [DiffusionTestCase ] = [
You can’t perform that action at this time.
0 commit comments