Unverified Commit 675be88f authored by Steven Liu's avatar Steven Liu Committed by GitHub
Browse files

[docs] Add note for float8 (#8685)

add note
parent df4ad6f4
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment