Skip to content

Commit 34fab8b

Browse files
authored
[SD3 Docs] Corrected title about loading model with T5 "without" -> "with" (#8602)
[SD3 Docs] Corrected title about loading model with T5 Corrected the documentation title to "Loading the single file checkpoint with T5" Previously, it incorrectly stated "Loading the single file checkpoint without T5" which contradicted the code snippet showing how to load the SD3 checkpoint with the T5 model
1 parent 298ce67 commit 34fab8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ image = pipe("a picture of a cat holding a sign that says hello world").images[0
249249
image.save('sd3-single-file.png')
250250
```
251251

252-
### Loading the single file checkpoint without T5
252+
### Loading the single file checkpoint with T5
253253

254254
```python
255255
import torch

0 commit comments

Comments
 (0)