1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00
This commit is contained in:
yiyixuxu
2025-03-21 17:01:04 +01:00
parent a220997e11
commit 7a04604553

View File

@@ -71,7 +71,7 @@ EXAMPLE_DOC_STRING = """
... )
>>> pipe.to("cuda")
>>> image = pipe(prompt='a tiny astronaut hatching from an egg on the moon')[0]
>>> image = pipe(prompt="a tiny astronaut hatching from an egg on the moon")[0]
>>> image[0].save("output.png")
```
"""