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

[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
This commit is contained in:
Vasco Ramos
2024-06-18 22:33:43 +01:00
committed by GitHub
parent 298ce67999
commit 34fab8b511

View File

@@ -249,7 +249,7 @@ image = pipe("a picture of a cat holding a sign that says hello world").images[0
image.save('sd3-single-file.png')
```
### Loading the single file checkpoint without T5
### Loading the single file checkpoint with T5
```python
import torch