Skip to content

Commit f8b4cf9

Browse files
committed
add to doc
1 parent c636c76 commit f8b4cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/pipelines/sana/pipeline_sana_sprint_img2img.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
... "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/penguin.png")
7676
)
7777
78-
>>> image = pipe(prompt="a cute pink bear",
79-
... image=image,
78+
>>> image = pipe(prompt="a cute pink bear",
79+
... image=image,
8080
... strength=0.5, height=832, width=480).images[0]
8181
>>> image[0].save("output.png")
8282
```

0 commit comments

Comments
 (0)