G
GTM Vault
Browse
  • Dashboard
    • Automations
    • Skills
    • Prompts
    • Makers
  • Sign in
All Automations

Free AI image generator - n8n automation workflow with Gemini/ChatGPT

Automatically generates custom AI images from text prompts using Google Gemini and delivers them via Telegram or saves locally.

workflowcontent
Agent Circleby Agent Circleon n8n
Nodes

16

Triggers

2

Platform

n8n

Tech Stack
Telegram
Telegram
Google Gemini
Google Gemini
AI Agent
How It Works

This workflow transforms text prompts into AI-generated images through an automated pipeline. It processes your description, sends it to Google Gemini's image model, and delivers the final image via Telegram or saves it to your local storage within seconds.

1

Receive image prompt via Telegram or chat

The workflow triggers when you send a text description of the image you want to generate through Telegram or the built-in chat interface.

2

Parse and structure the prompt

The input text is cleaned and transformed into a structured prompt optimized for AI image generation using multi-step processing.

3

Generate image with AI Agent

The AI Agent sends the formatted prompt to Google Gemini's image model to create a custom image with default dimensions of 1080 x 1920 pixels.

4

Process and validate image data

The raw image data is processed through validation codes to ensure it's properly formatted for preview and download purposes.

Attached Files
workflow.json
5

Fetch and preview the generated image

An HTTP request retrieves the final image so you can preview the AI-generated result before saving or sharing.

6

Deliver image to chosen destination

The completed image is either sent back through Telegram chat or saved directly to your local disk storage based on your configuration.

What You'll Need

Lm Chat Google GeminiTelegram
  • Google Gemini account with image generation access
  • Telegram bot token and chat setup
  • Local storage access for saving images
  • n8n platform with proper node credentials configured