Skip to content

Commit 95e0c37

Browse files
authored
Fix small typo (huggingface#8498)
1 parent 6cf0be5 commit 95e0c37

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
@@ -186,7 +186,7 @@ pipe.transformer = torch.compile(pipe.transformer, mode="max-autotune", fullgrap
186186
pipe.vae.decode = torch.compile(pipe.vae.decode, mode="max-autotune", fullgraph=True)
187187

188188
# Warm Up
189-
prompt = "a photo of a cat holding a sign that says hello world",
189+
prompt = "a photo of a cat holding a sign that says hello world"
190190
for _ in range(3):
191191
_ = pipe(prompt=prompt, generator=torch.manual_seed(1))
192192

0 commit comments

Comments
 (0)