Commit
·
49a23c0
1
Parent(s):
d658083
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ pipe = pipe.to("cuda")
|
|
| 58 |
prompt = "a beautiful illustration of a fantasy forest"
|
| 59 |
image = pipe(prompt).images[0]
|
| 60 |
|
| 61 |
-
image.save("
|
| 62 |
```
|
| 63 |
|
| 64 |
**Notes**:
|
|
|
|
| 58 |
prompt = "a beautiful illustration of a fantasy forest"
|
| 59 |
image = pipe(prompt).images[0]
|
| 60 |
|
| 61 |
+
image.save("fantasy_forest_illustration.png")
|
| 62 |
```
|
| 63 |
|
| 64 |
**Notes**:
|