InvokeAI
InvokeAI copied to clipboard
[enhancement]: Support safetensors model format
trafficstars
Is there an existing issue for this?
- [X] I have searched the existing issues
Contact Details
No response
What should this feature add?
It would be helpful to support safetensors as an alternative to pickled ckpt files.
Details:
https://github.com/huggingface/safetensors
Alternatives
No response
Aditional Content
No response
This will come with the 🧨diffusers integration: #1583
diffusers will load safetensors by default when available. (Not sure if that's in diffusers 0.9.0, but it is in their current main branch, and I'm sure they will have that released in 0.10 by the time we finish 1583.)