Skip to content

Commit c05084a

Browse files
committed
feat : add function to generate images with gemini
1 parent a1af360 commit c05084a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

node/image-generation-with-gemini/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ⚡ Image Generation with Gemini (Node)
22

3-
Generate images using Google's Gemini API, save them locally, and optionally upload them to an Appwrite Storage bucket.
3+
Generate images using Google's Gemini API, save them locally, and automatically upload them to an Appwrite Storage bucket.
44

55
## 🧰 Usage
66

@@ -21,6 +21,7 @@ Ensures the bucket exists (creates it if missing):
2121
```powershell
2222
node src/setup.js
2323
```
24+
Or the upload function in utils.js does this itself.
2425

2526
Images are written to `./output` as `gemini-image-<n>.png`.
2627

0 commit comments

Comments
 (0)