Downloading the file textencoders/clip_g.safetensors actually gets the file model.fp16.safetensors
When trying to download the file textencoders/clip_g.safetensors, the downloaded file is actually model.fp16.safetensors. Maybe there is some error/bug with xet, pointing to the wrong file?
Thank you for this report, @SynapStorm ! I work on the Xet team and we believe we've identified the underlying issue and are working on a fix.
For anyone else encountering this, please note that this should only happen when downloading the file from the browser.
The file contents of textencoders/clip_g.safetensors
are the exact same as the file contents in text_encoder_2/model.fp16.safetensors
and text_encoder_2/model.safetensors
(you can validate this by verifying the SHA-256
checksum of these files). Only the filename is different when downloading due to an issue with the Content-Disposition
headers returned to the browser.
We'll follow up here when it's fixed!