Skip to content

Commit 2fb63c9

Browse files
Update README.md
1 parent b04f4cd commit 2fb63c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ file_paths = dalle.generate_and_download("portal to another dimension, digital a
7474
## Generate a specific number of images
7575
```python
7676
generations = dalle.generate_amount("portal to another dimension", 8) # Every generation has batch size 4 -> amount % 4 == 0 works best
77+
78+
# download images
79+
file_paths = dalle.download(generations)
80+
print(file_paths)
7781
```
7882

7983
```

0 commit comments

Comments
 (0)