LambdaLabsML / lambda-diffusers

MIT License
563 stars 90 forks source link

How to use fp16 in Image Variations #8

Closed yuananf closed 1 year ago

yuananf commented 2 years ago

Seems that https://huggingface.co/lambdalabs/sd-image-variations-diffusers does not have a fp16 revision.

justinpinkney commented 2 years ago

No explicit revision, but you can cast it to half by doing pipe.half()

yuananf commented 2 years ago

Thank you! I will try it.