#Are safetensors compatible?
5 messages · Page 1 of 1 (latest)
safetensors files are not currently supported, and likely won't be until the switch to diffusers is complete. Diffusers will need to convert both ckpt and safetensors to its own format, but will have a lot of speed benefits, and will also make invoke compatible with SD2.x. Safetensors files can be converted to ckpt. If you have automatic1111, you can use its checkpoint merger section to merge the model with itself, and output as ckpt to make a file that invoke should be able to use.
There's also this conversion tool for windows. It's designed for ckpt->safetensors, but can apparently convert the other way as well: https://github.com/diStyApps/Safe-and-Stable-Ckpt2Safetensors-Conversion-Tool-GUI
Oh ok thanks!
How do I use?