1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[docs] Add note for float8 (#8685)

add note
This commit is contained in:
Steven Liu
2024-06-24 10:13:34 -07:00
committed by GitHub
parent df4ad6f4ac
commit 675be88f00

View File

@@ -251,6 +251,9 @@ image.save('sd3-single-file.png')
### Loading the single file checkpoint with T5
> [!TIP]
> The following example loads a checkpoint stored in a 8-bit floating point format which requires PyTorch 2.3 or later.
```python
import torch
from diffusers import StableDiffusion3Pipeline