Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
675be88f
You need to sign in or sign up before continuing.
Unverified
Commit
675be88f
authored
Jun 24, 2024
by
Steven Liu
Committed by
GitHub
Jun 24, 2024
Browse files
[docs] Add note for float8 (#8685)
add note
parent
df4ad6f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md
...e/en/api/pipelines/stable_diffusion/stable_diffusion_3.md
+3
-0
No files found.
docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md
View file @
675be88f
...
@@ -251,6 +251,9 @@ image.save('sd3-single-file.png')
...
@@ -251,6 +251,9 @@ image.save('sd3-single-file.png')
### Loading the single file checkpoint with T5
### 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
```
python
import
torch
import
torch
from
diffusers
import
StableDiffusion3Pipeline
from
diffusers
import
StableDiffusion3Pipeline
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment