unified_export_diffusers
Unified HF checkpoint export for diffusers models.
Split out of unified_export_hf, which it shares almost nothing with: the
transformers and diffusers paths meet only at the dispatch in export_hf_checkpoint.
What they do share – model preparation and per-module weight packing – lives in
hf_export_prep and hf_weight_export.