Skip to content

Commit eb52deb

Browse files
committed
lint
1 parent 95ed5c7 commit eb52deb

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

python/sglang/multimodal_gen/test/server/testcase_configs.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff 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

286287
ONE_GPU_CASES_B: list[DiffusionTestCase] = [

0 commit comments

Comments
 (0)