InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

[enhancement]: Support safetensors model format

Open n00mkrad opened this issue 2 years ago • 1 comments
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

n00mkrad avatar Dec 05 '22 19:12 n00mkrad

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.)

keturn avatar Dec 06 '22 21:12 keturn