"git@developer.sourcefind.cn:change/sglang.git" did not exist on "6ce9dbe82882c69de77f63fd8a7d8682353b467f"
Unverified Commit 34fab8b5 authored by Vasco Ramos's avatar Vasco Ramos Committed by GitHub
Browse files

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