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

Memberships

ACS AI Academy

182 members • Free

No Code Pakistan

544 members • Free

AI Money Lab

27.6k members • Free

AI Content Experts

136 members • Free

Agent-N

5.4k members • Free

ACA

2.9k members • Free

(n8n) Nodes Automation Lab

341 members • Free

AI N8N Automation Collective

506 members • Free

The Build Room (free)

2.5k members • Free

3 contributions to Learn Automation and AI
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 • 27d
@Jay Peters when I try to execute the workflow. I am receiving an error you exceeded your current quota, please check your plan and billing details. I am trying it for the first time, but still got this error. Do you have any idea?
2 likes • 27d
@Jay Peters now I understood. Thanks for the info.
Video Starter Kit Update
I'll have a video for this later, but I've updated the video starter kit with a few more options: - Transcribe video with timestamps - Options for segment or word timestamps - A generic ffmpeg command for editing video Updated code is below, but let me know if you have any questions https://github.com/jaypetersdotdev/self-hosted-video-starter-kit
Video Starter Kit Update
1 like • Jul 29
Interesting one @Jay Peters. If possible please add couple of examples in your video.
Goal: Workflows without Apify
One of my goals for this community will be to create workflows that don't always rely on Apify. I'm sure I'll end up using it still, there's a reason it's so popular. Hard to beat being able to pick something from their market place, pay a little money, and get huge amounts of data plugged directly into your workflow. Usually makes more sense to get something working than spend a bunch of time building it yourself to find out it wasn't really worth the effort. Done is better than perfect. But as an engineer, I can't help but resist the idea of paying for someone else's code, when I could do it myself, especially when some scenarios are surprisingly simple to do. Admittedly I wouldn't even know where to start for some of the scrapers I've seen on there, but there are a few tricks that I do know. One of them is https://github.com/yt-dlp/yt-dlp It's a free Python library that can download any YouTube video or extract any transcript with a single command. I'm not sure YouTube will be cool with me talking about it, so this will be a Skool exclusive topic, but a workflow highlighting yt-dlp will be high on the list. Until then, what do you think of Apify? Have you used it? Any actors you'd like to run for free instead? Let me know what you think!
1 like • Jul 18
I would like to run LinkedIn job search and create custom resumes for free without using apify
1 like • Jul 19
@Jay Peters cool. Thanks for acknowledging
1-3 of 3
Kay Kay
2
14points to level up
@kay-kay-6060
I love automation

Active 14h ago
Joined Jul 17, 2025
Powered by