diff --git a/python/sglang/multimodal_gen/test/server/consistency_threshold.json b/python/sglang/multimodal_gen/test/server/consistency_threshold.json index 8b754e5b9..1d8eb9852 100644 --- a/python/sglang/multimodal_gen/test/server/consistency_threshold.json +++ b/python/sglang/multimodal_gen/test/server/consistency_threshold.json @@ -19,6 +19,12 @@ "psnr_threshold": 28.0, "mean_abs_diff_threshold": 8.0 }, + "flux2_modelopt_nvfp4_t2i": { + "clip_threshold": 0.92, + "ssim_threshold": 0.86, + "psnr_threshold": 17.0, + "mean_abs_diff_threshold": 9.5 + }, "ideogram4_nvfp4_t2i": { "clip_threshold": 0.97, "ssim_threshold": 0.78, @@ -157,6 +163,12 @@ "psnr_threshold": 22.0, "mean_abs_diff_threshold": 9.0 }, + "wan22_modelopt_nvfp4_t2v": { + "clip_threshold": 0.90, + "ssim_threshold": 0.90, + "psnr_threshold": 24.0, + "mean_abs_diff_threshold": 10.0 + }, "fastwan2_2_ti2v_5b": { "clip_threshold": 0.90, "ssim_threshold": 0.88,