This n8n workflow automates the process of generating custom AI images based on user prompts received via chat messages, making it ideal for creating visual content at scale. The workflow begins with a trigger that listens for chat messages or webhook input. It then sets parameters such as image model, width, and height, and parses the user input to extract detailed prompts.
Next, the prompts are formatted into a structured request and sent to Google Gemini’s image generation model through an HTTP request. The AI’s raw image output is then processed and cleaned into a suitable format for preview, download, or sharing. Users can preview the generated image in n8n, save it locally, or send it directly back to the chat or Telegram.
This workflow is highly useful for automating visual content creation for marketing, social media, content development, or personal projects, enabling rapid generation of high-quality, customized images from simple prompts.
Reviews
There are no reviews yet.