[diffusion] fix: adjust convert_hf_to_fp8 to be compatible with more dits (#20281)

This commit is contained in:
Mick
2026-03-11 01:21:54 +08:00
committed by GitHub
parent 60cc06297e
commit e1f0b3181a

View File

@@ -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