Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

Learn Automation and AI

789 members • Free

AI Automation Society

218k members • Free

2 contributions to Learn Automation and AI
Video: Scheduled Social Media Images with n8n and Nano Banana
This system automatically updates images based on a schedule and content bank in Google Sheets. It uses GPT-5-mini to select the best image template based on the content and then uses Nano Banana to replace the template image with content from the Google Sheet. This runs of a schedule trigger but it could easily be replaced with a Telegram bot to handle the input instead. Requirements: Google Client for Google Sheets and Google Drive Openrouter.ai account for Nano Banana You can create template images by going to Nano Banana directly at https://aistudio.google.com/ The full workflow is attached below. Let me know if you have any questions!
1 like • Oct 8
Great
1 like • Oct 10
@Jay Peters Can you check my messages, I suggested you some good ideas I think :D
Video: Easy Image Editor with Nano Banana and n8n
With just a few nodes in n8n you can have a simple image editor using Google's Gemini 2.5 Flash Image model, codenamed "Nano Banana". I'm using an HTTP Request node to call the Gemini API directly, basically following the same process from https://aistudio.google.com/apikey, and with a n8n and a little base64 encoding and decoding, you've got a prompt-based image editor. Here is the JSON body example of the Gemini request for reference: `{ "contents": [ { "parts": [ { "text": "{{ $('On form submission').item.json.Prompt }}" }, { "inlineData": { "mimeType": "image/png", "data": "{{ $json.data }}" } } ] } ], "generationConfig": { "responseModalities": ["IMAGE"] } }` This was one of those immediately powerful workflows. I actually ended up using it create the thumbnail to remove the Salesforce branding from my sweatshirt after the fact. Really powerful model and really easy setup. May have to do a few more workflows using Nano Banana. Let me know if you try it out or have any other ideas you want to see! 🍌
1 like • Sep 16
This guy is legend, needs more subs for sure!
1-2 of 2
MIhajlo Grujic
1
2points to level up
@mihajlo-grujic-2925
I am graduare student of School of Electrical Engineering in Belgrade, and I like n8n!

Active 23d ago
Joined Sep 16, 2025
Powered by