diff --git a/docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md b/docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md index fd36089726..309a253326 100644 --- a/docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md +++ b/docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_3.md @@ -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