Skip to content

Commit 675be88

Browse files
authored
[docs] Add note for float8 (huggingface#8685)
add note
1 parent df4ad6f commit 675be88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ image.save('sd3-single-file.png')
251251

252252
### Loading the single file checkpoint with T5
253253

254+
> [!TIP]
255+
> The following example loads a checkpoint stored in a 8-bit floating point format which requires PyTorch 2.3 or later.
256+
254257
```python
255258
import torch
256259
from diffusers import StableDiffusion3Pipeline

0 commit comments

Comments
 (0)