Generate anime images via Telegram with LLM-enhanced prompts and Gemini/Leonardo.AI
π¨ Anime Image Generator with LLM-Enhanced Prompts This workflow turns a short text idea into stunning, AI-generated anime-style images, all from Telegram. It combines a chat LLM for prompt enhancement with Gemini (fr...
Template notes
π¨ Anime Image Generator with LLM-Enhanced Prompts
This workflow turns a short text idea into stunning, AI-generated anime-style images, all from Telegram. It combines a chat LLM for prompt enhancement with Gemini (free) or Leonardo.AI (paid) image models.
---
π What It Does - Accepts a text prompt sent via Telegram. - Uses an LLM (DeepSeek via OpenRouter) to expand and enrich the idea into several anime-ready prompts. - Lets you choose the image engine: - Gemini (90-day free trial with a GCP account). - Leonardo.AI (paid, higher-fidelity anime rendering). - Generates 4 images per query, converts them to files, and delivers the images back to your Telegram chat.
---
βοΈ How It Works 1. Telegram Trigger β waits for a text message from you. 2. Image-count Node β stores your prompt & sets how many images to create (default: 4). 3. Prompt Generator (LLM) β transforms your simple prompt into multiple detailed, visually rich anime prompts. 4. Split & Loop β sends each refined prompt to the chosen image generator. 5. Image Generator: - Default: HTTP-Gemini node. - Alternative: HTTP-Leonardo AI node (swap in for better quality). 6. Convert to File & Send β decodes the generated images and sends them back to you on Telegram.
---
π Setup - Telegram Bot - Create a bot using [BotFather](https://t.me/BotFather). - Add your Bot Token & your Telegram User ID to the workflow (look for βConfigure Me!β sticky notes). - LLM Provider - Default: DeepSeek via OpenRouter β used to expand prompts. - You can swap this with any other chat LLM you prefer. - Image Engine - Default: Gemini (free trial, good baseline quality). - Optional: Leonardo.AI for anime-focused, premium-quality images. Replace the HTTP-Gemini node with the HTTP-Leonardo AI node and set up your Leonardo API key as a Header Auth credential. - Optional Adjustments - Change default number of images in the Image-count node. - Tweak the LLM prompt template for different artistic styles (e.g., pastel slice-of-life, fantasy, action, cyberpunk).