From e1f0b3181a2e73f090b1a3900f7692a0b6bcef18 Mon Sep 17 00:00:00 2001 From: Mick Date: Wed, 11 Mar 2026 01:21:54 +0800 Subject: [PATCH] [diffusion] fix: adjust convert_hf_to_fp8 to be compatible with more dits (#20281) --- python/sglang/multimodal_gen/tools/convert_hf_to_fp8.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sglang/multimodal_gen/tools/convert_hf_to_fp8.py b/python/sglang/multimodal_gen/tools/convert_hf_to_fp8.py index 7c3e0051c..50de4df3c 100644 --- a/python/sglang/multimodal_gen/tools/convert_hf_to_fp8.py +++ b/python/sglang/multimodal_gen/tools/convert_hf_to_fp8.py @@ -149,6 +149,7 @@ def process_file( and "net" not in key and "txt_mod" not in key and "img_mod" not in key + and "modulation" not in key and "img_in" not in key and "txt_in" not in key and "time_in" not in key