Replies: 1 comment 2 replies
-
Yes, this fork uses fp16 calculations. It also has an option of using full precision in case the GPU doesn't support half precision. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, there is an optimization to save more GPU memory, since we usually only use half-precision, then no need to load the full precision:
https://github.com/huggingface/diffusers/blob/v0.3.0/docs/source/optimization/fp16.mdx
Beta Was this translation helpful? Give feedback.
All reactions