Safetensors can be unpacked, manipulated separately on tensors and metadata, and packed back up, just like an archive.
Packer usage:
python sft_pack.py [-h] [-o OUTPUT] inputwhere input is safetensors file, and output is directory name (optional).
Unpacker usage:
sft_unpack.py [-h] inputwhere input is directory structure


