Telegramを使ってLLMによるプロンプト強化とGemini/Leonardo.AIでアニメ画像を生成する
上級
これはContent Creation, Multimodal AI分野の自動化ワークフローで、22個のノードを含みます。主にSet, Wait, SplitOut, Telegram, HttpRequestなどのノードを使用。 Telegramを使ってLLMによるプロンプト強化とGemini/Leonardo.AIでアニメ画像を生成する
前提条件
- •Telegram Bot Token
- •ターゲットAPIの認証情報が必要な場合あり
使用ノード (22)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "702596a9719c2ee1ff81772a5069e7af986ac325ce905b7dfad8a8c8c8c9c76c"
},
"nodes": [
{
"id": "0290ceba-fc2d-426b-bcb3-4caa37b4d690",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"disabled": true,
"position": [
0,
-240
],
"parameters": {
"color": 5,
"width": 1220,
"height": 92,
"content": "# Image generation with Gemini [Free for 90-days with a GCP acc]"
},
"typeVersion": 1
},
{
"id": "f9b5e427-a030-4323-b8fb-69928e2b44ae",
"name": "Telegram トリガー",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
64,
192
],
"webhookId": "cdfeedc2-f811-4dbe-bca7-863ac47dd841",
"parameters": {
"updates": [
"message"
],
"additionalFields": {
"chatIds": ""
}
},
"credentials": {
"telegramApi": {
"id": "DCT0rTb6lDEXngOg",
"name": "LXirein Bot (SMS)"
}
},
"typeVersion": 1.2
},
{
"id": "f2edb1fd-dfd1-48d5-a20d-5c48a603c9b0",
"name": "HTTP- Gemini",
"type": "n8n-nodes-base.httpRequest",
"position": [
1424,
320
],
"parameters": {
"url": "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash-preview-image-generation:generateContent",
"method": "POST",
"options": {},
"jsonBody": "={\n \"contents\": [\n {\n \"parts\": [\n {\n \"text\": {{ JSON.stringify($json.description) }}\n }\n ]\n }\n ],\n \"generationConfig\": {\n \"responseModalities\": [\n \"TEXT\",\n \"IMAGE\"\n ]\n }\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "googlePalmApi"
},
"credentials": {
"googlePalmApi": {
"id": "o1FK0fi6w4RpYPp2",
"name": "Gemini(PaLM) [api.Gmail]"
}
},
"typeVersion": 4.2
},
{
"id": "f117d6fd-bcbd-4ce9-b10c-3810e603eacd",
"name": "base64を設定",
"type": "n8n-nodes-base.set",
"position": [
1648,
320
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "31a2b3db-78a0-41b8-815f-ffb6c572279d",
"name": "base64",
"type": "string",
"value": "={{\n $json.candidates && $json.candidates[0] && $json.candidates[0].content && $json.candidates[0].content.parts && (\n ($json.candidates[0].content.parts[1] && $json.candidates[0].content.parts[1].inlineData && $json.candidates[0].content.parts[1].inlineData.data) ||\n ($json.candidates[0].content.parts[0] && $json.candidates[0].content.parts[0].inlineData && $json.candidates[0].content.parts[0].inlineData.data)\n )\n}}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "487b7016-35d2-459f-b1d3-5e16fcaa5681",
"name": "10秒待機",
"type": "n8n-nodes-base.wait",
"position": [
2080,
320
],
"webhookId": "74276acc-e402-42a8-9cd5-dffc3cb51c58",
"parameters": {
"amount": 10
},
"typeVersion": 1.1
},
{
"id": "226d63d1-6e09-46e8-abd4-ad6d9b63a939",
"name": "画像カウント",
"type": "n8n-nodes-base.set",
"position": [
304,
192
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "6c546bd1-389e-47e3-bd85-58a37750b6a2",
"name": "User_Prompt",
"type": "string",
"value": "={{ $json.message.text }}"
},
{
"id": "d15f7ae7-5203-4f48-9d4a-357444253c89",
"name": "num_of_Images",
"type": "number",
"value": 4
}
]
}
},
"typeVersion": 3.4
},
{
"id": "376700cb-8da4-42b3-b5db-527a336040bd",
"name": "プロンプトをループ処理",
"type": "n8n-nodes-base.splitInBatches",
"position": [
1104,
192
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "41a30836-c00f-49ae-ade1-7ad04a4a7a96",
"name": "ファイルに変換",
"type": "n8n-nodes-base.convertToFile",
"position": [
1872,
320
],
"parameters": {
"options": {},
"operation": "toBinary",
"sourceProperty": "base64"
},
"typeVersion": 1.1
},
{
"id": "59590e2f-7150-4c12-988a-577b81f9c515",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1344,
224
],
"parameters": {
"color": 4,
"width": 260,
"height": 300,
"content": "## Using gemini model\n## to generate image"
},
"typeVersion": 1
},
{
"id": "117c00f6-14fd-4a78-ae8c-f71e15a6016b",
"name": "HTTP- Leonardo AI",
"type": "n8n-nodes-base.httpRequest",
"position": [
1360,
704
],
"parameters": {
"url": "https://cloud.leonardo.ai/api/rest/v1/generations",
"method": "POST",
"options": {},
"sendBody": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "height",
"value": "768"
},
{
"name": "modelId",
"value": "e71a1c2f-4f80-4800-934f-2c68979d8cc8"
},
{
"name": "num_images",
"value": "1"
},
{
"name": "prompt",
"value": "={{ JSON.stringify($json.description) }}"
},
{
"name": "width",
"value": "1024"
},
{
"name": "public",
"value": "true"
},
{
"name": "promptMagic",
"value": "true"
},
{
"name": "guidance_scale",
"value": "7"
},
{
"name": "alchemy",
"value": "true"
},
{
"name": "photoReal",
"value": "false"
},
{
"name": "presetStyle",
"value": "ANIME"
}
]
},
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "b8Ao8Jb2KoJezTx5",
"name": "Relevance.ai [cocaina.Gmail]"
}
},
"typeVersion": 4.2
},
{
"id": "cbc60c2f-5f6e-4ff7-8afd-69559c9746d6",
"name": "プロンプトを分割",
"type": "n8n-nodes-base.splitOut",
"position": [
880,
192
],
"parameters": {
"options": {},
"fieldToSplitOut": "output"
},
"typeVersion": 1
},
{
"id": "7b9caa6d-84e2-4014-8fac-ff8b9bb84a6f",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1264,
592
],
"parameters": {
"color": 4,
"width": 440,
"height": 300,
"content": "## Using Leonardo.AI to generate image\nReplace `HTTP- Gemini` node with this node.\nCreate new header auth credential with your leonardo.ai API key."
},
"typeVersion": 1
},
{
"id": "25e7606d-3adc-466a-861e-9b2640be6578",
"name": "構造化出力パーサー",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
704,
400
],
"parameters": {
"schemaType": "manual",
"inputSchema": "{\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"description\": {\n \"type\": \"string\",\n \"description\": \"The full, detailed prompt for the anime background, including artistic style, lighting, mood, and specific elements, suitable for an AI image model.\"\n }\n },\n \"required\": [\"description\"]\n }\n}"
},
"typeVersion": 1.2
},
{
"id": "0dd62df2-6ffe-4d20-a327-d0aaa383aad1",
"name": "プロンプト生成 (USER_Inspired)",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
512,
192
],
"parameters": {
"text": "=Enhance My Anime Image Prompt!\n\nI have a basic idea for an anime image, but I need your help to make it more detailed and visually appealing for AI image generation.\nPlease take my simple prompt below and transform it into *{{ $('Image-count').item.json.num_of_Images }}* highly detailed and compelling prompts. Make sure to include a rich character description, a vivid background description, specific artistic style instructions, and an emotional/narrative hook. Keep the output moderately detailed, focusing on impactful elements.\n\nHere's my amateur prompt:\n{{ $('Image-count').item.json.User_Prompt }}",
"messages": {
"messageValues": [
{
"message": "=You are an expert anime artist and prompt generator for AI image generation models. Your goal is to take a user's initial, amateur prompt for an anime character or scene and transform it into a highly detailed, compelling, and visually attractive prompt. The refined prompt should resonate deeply with anime lovers and the general public, focusing on visual appeal, emotional impact, and storytelling potential.\n\n\n***Input: You will receive a user-provided prompt, which may be brief or lack specific detail.***\n\n***Output: Generate one highly refined and enhanced anime character and background prompt. This prompt must include:***\n\n* A highly detailed character description: Elaborating on appearance, clothing, accessories, and a clear expression of personality/mood.\n* A highly detailed background description: Richly setting the scene, time of day, atmosphere, lighting, and key elements, ensuring it complements the character.\n* Specific artistic style and rendering instructions: To ensure a polished, professional anime look, including terms like \"masterpiece,\" \"trending on ArtStation,\" and specific anime studio or artist influences if appropriate.\n* Emotional resonance/narrative hook: Something that draws the viewer in and suggests a deeper story or feeling.\n\n\n\n***Chain of Thought for Refining Prompts:***\n\n\n**Deconstruct User Input:**\n\n* Identify the core character concept (e.g., \"girl,\" \"hero,\" \"student\").\n* Identify the core background concept (e.g., \"city,\" \"nature,\" \"room\").\n* Note any existing details, however sparse (e.g., \"blue hair,\" \"sunset\").\n* Assess the implied mood or genre (e.g., \"cute,\" \"sad,\" \"action\").\n\n**Expand Character Details:**\n\n* Appearance: Add specific hair color, style, length (e.g., \"long, flowing auburn hair,\" \"short, spiky black hair with undercut\"). Define eye color and shape (e.g., \"large, expressive emerald eyes,\" \"sharp, piercing golden eyes\").\n* Clothing: Go beyond generic descriptions. Specify fabric, style, layering, accessories (e.g., \"oversized, cable-knit cardigan in cream,\" \"sleek, futuristic battle armor with glowing energy conduits,\" \"vintage floral sundress with lace trim\").\n* Personality/Mood: Infuse subtle cues through expression, pose, or implied action (e.g., \"gentle, contemplative gaze,\" \"playful smirk,\" \"determined stance\"). Consider what they might be doing or thinking.\n\n** Elaborate Background Details:**\n\n* Scene: Expand on the type of location (e.g., \"bustling Shibuya crossing at night,\" \"serene bamboo grove with a hidden shrine,\" \"cozy, book-filled attic room with a skylight\").\n* Time/Atmosphere: Specify time of day and how it impacts lighting (e.g., \"golden hour with long, soft shadows,\" \"moonlit night with shimmering reflections,\" \"overcast morning with a cool, muted palette\").\n* Key Elements: Add specific objects, weather, or environmental effects (e.g., \"gentle rain leaving reflections on wet pavement,\" \"steam rising from manholes,\" \"cherry blossoms drifting through the air,\" \"ancient stone lanterns glowing softly\").\n* Depth & Perspective: Consider foreground, midground, and background elements.\n\n\n** Inject Artistic Style & Rendering Instructions:**\n\n* Translate the implied genre or mood into specific anime art styles (e.g., \"Makoto Shinkai-esque for atmospheric beauty,\" \"Kyoto Animation style for expressive characters,\" \"dynamic shonen art for action\").\n* Add quality descriptors: \"masterpiece,\" \"ultra-detailed,\" \"cinematic lighting,\" \"volumetric lighting,\" \"trending on ArtStation,\" \"concept art,\" \"8K.\"\n* Suggest color palettes: \"vibrant neon colors,\" \"soft pastel hues,\" \"muted earth tones.\"\n\n\n**Enhance Emotional/Narrative Hook:**\n\n* Consider the feeling the image should evoke (e.g., \"nostalgia,\" \"wonder,\" \"solitude,\" \"excitement,\" \"peace\").\n* Suggest a subtle narrative: Is the character waiting? Reflecting? Embarking on a journey? Interacting with the environment?\n\n\n***Review and Optimize:***\n\n* Read the complete prompt aloud. Does it flow well?\n* Is it specific enough for an AI to interpret accurately?\n* Is it evocative and appealing?\n* Are there strong adjectives and verbs?\n* Remove redundancies.\n* Ensure consistency between character and background mood.\n\n\n**Example Prompts (Your output should follow this structure):**\n\n*Example 1: Schoolgirl at Sunset*\nUser's Amateur Prompt:\n\"Anime girl in a school uniform at sunset.\"\n\nLLM's Moderately Detailed Prompt:\nA vibrant anime illustration of a cheerful young girl with shoulder-length brown hair and bright, sparkling blue eyes, wearing a standard Japanese school uniform (white blouse, navy blazer, red ribbon). She stands with a gentle smile, holding her school bag.\nThe background is a serene school courtyard at golden hour sunset. Warm, soft light bathes the brick building and illuminates the rustling leaves of a nearby cherry tree. Long shadows stretch across the ground, and the sky displays a beautiful gradient of orange, pink, and soft purple hues. A sense of peaceful nostalgia fills the air.\nArt Style: Kyoto Animation style, warm color palette, detailed lighting, masterpiece, trending on ArtStation.\n\n\n*Example 2: Fantasy Adventurer*\nUser's Amateur Prompt:\n\"Fantasy guy with a sword in a cave.\"\n\nLLM's Moderately Detailed Prompt:\nA dynamic anime illustration of a determined young man with short, spiky black hair and intense, glowing green eyes. He wears worn leather armor over a dark tunic and wields a glowing runic sword in a ready stance. His expression is focused and resolute.\nThe background is a dark, mystical cave illuminated by bioluminescent crystals. Faint blue and green light emanates from glowing formations on the damp rock walls. A small, cascading waterfall creates a soft mist in the air. The atmosphere is mysterious and adventurous, with hints of ancient magic.\nArt Style: Dynamic action anime, dark fantasy elements, volumetric lighting, highly detailed, concept art, trending on ArtStation.\n\n\n*Example 3: Cozy Café Scene*\nUser's Amateur Prompt:\n\"Anime character in a cafe.\"\n\nLLM's Moderately Detailed Prompt:\nA charming anime illustration of a relaxed young woman with long, wavy blonde hair and warm, inviting brown eyes. She sips from a steaming coffee mug, wearing a comfortable, oversized beige sweater. Her expression is one of calm contentment.\nThe background is a cozy, warmly lit café interior on a rainy afternoon. Soft light filters through the window, highlighting gentle raindrops sliding down the glass. Bookshelves filled with eclectic titles line the walls, and a few potted plants add warmth. The ambiance is peaceful and inviting, perfect for quiet reflection.\nArt Style: Slice-of-life anime, soft lighting, warm color palette, aesthetically pleasing, masterpiece, comforting mood."
}
]
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.5
},
{
"id": "41523fb6-2de7-4123-9276-f12e906f94d1",
"name": "DeepSeek from OpenRouter",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
480,
400
],
"parameters": {
"model": "deepseek/deepseek-chat-v3-0324:free",
"options": {
"topP": 0.8,
"temperature": 0.7
}
},
"credentials": {
"openRouterApi": {
"id": "oPGlise3ZkYmOynS",
"name": "OpenRouter [Api.Gmail]"
}
},
"typeVersion": 1
},
{
"id": "bf7ec591-bba2-4f11-9139-311e5040acc6",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-640,
-224
],
"parameters": {
"color": 6,
"width": 598,
"height": 1280,
"content": "# 🎨 Anime Image Generator — Setup & Notes\n\nThis workflow turns a **simple text prompt** into **high-quality anime-style images** using AI.\n\n---\n\n## ⚙️ How It Works\n1. **Telegram Trigger** → user sends a text prompt. \n2. **Prompt Generator (LLM)** → refines the amateur prompt into multiple rich, vivid anime prompts. \n3. **Image Generation** → \n - Default: **Gemini** (90-day free trial with GCP account). \n - Optional: **Leonardo.AI API** (better quality, paid). \n4. **Conversion & Delivery** → converts base64 to file and sends final images back via Telegram.\n\n---\n\n## 🔑 Setup Steps\n- **Telegram Bot:** \n - Create a bot with [BotFather](https://t.me/BotFather). \n - Add your Bot Token and your Telegram User ID to the workflow.\n\n- **Choose Image Model:** \n - Start with **Gemini** for free trial. \n - Switch to **Leonardo.AI** for higher-quality anime results (replace the `HTTP-Gemini` node with `HTTP-Leonardo AI` and add your Leonardo API key as a Header Auth credential).\n\n- **LLM Provider:** \n - Uses **DeepSeek via OpenRouter** (can swap with other chat LLMs). \n - Handles prompt enhancement for vivid anime-style scenes.\n\n- **Optional Adjustments:** \n - Change the default **number of images** in the `Image-count` node. \n - Modify artistic style (e.g., pastel slice-of-life, fantasy action) by tweaking the prompt template.\n\n---\n\n## 💡 Tips\n- Start with **short, simple prompts** — e.g., *“girl with umbrella in neon city street at night”*. \n The LLM expands them into rich anime prompts.\n- If output looks flat, experiment with **Leonardo.AI** and adjust guidance / style parameters.\n- Avoid NSFW or copyrighted character requests — follow provider policies.\n- Keep API keys **private** and never share them in screenshots.\n\n---\n\n✨ You’re ready to create **stunning anime images** directly from Telegram!\n"
},
"typeVersion": 1
},
{
"id": "b060f972-79f4-42dd-8def-2acc3b63eb47",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
2016,
192
],
"parameters": {
"width": 256,
"height": 288,
"content": "## Not necessary\nUsed to avoid rate limits"
},
"typeVersion": 1
},
{
"id": "1c590870-8030-4b6f-85a8-7ccf5c78c8e9",
"name": "付箋7",
"type": "n8n-nodes-base.stickyNote",
"position": [
16,
64
],
"parameters": {
"color": 3,
"height": 256,
"content": "## Configure Me!\nPaste your own chatID in the \"Restrict to Chat IDs\" field"
},
"typeVersion": 1
},
{
"id": "6b04e902-842e-4550-b6b0-e94decd4a859",
"name": "Telegramで画像を送信",
"type": "n8n-nodes-base.telegram",
"position": [
1504,
-48
],
"webhookId": "fb21d8df-f012-4bdb-908f-457610cbe930",
"parameters": {
"chatId": "=",
"operation": "sendPhoto",
"binaryData": true,
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "DCT0rTb6lDEXngOg",
"name": "LXirein Bot (SMS)"
}
},
"typeVersion": 1.2
},
{
"id": "72ba948d-eb4c-4ee1-ba22-a441ddfcec4d",
"name": "付箋8",
"type": "n8n-nodes-base.stickyNote",
"position": [
1440,
-160
],
"parameters": {
"color": 3,
"height": 256,
"content": "## Configure Me!\nPaste your own chatID in the \"ChatID\" field"
},
"typeVersion": 1
},
{
"id": "e8584025-bf4d-44af-8680-00b28a39bda0",
"name": "付箋6",
"type": "n8n-nodes-base.stickyNote",
"position": [
528,
128
],
"parameters": {
"width": 704,
"height": 80,
"content": "## Generates 4 images for an image query"
},
"typeVersion": 1
},
{
"id": "f417031a-195f-409c-9584-02f4e9844f11",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1200,
864
],
"parameters": {
"width": 544,
"height": 80,
"content": "You cn try using different models for image generation here.\nGemini - [Good quality, 90 free trial with GCP account] (With nano-banana)\nLeonardo.AI - [Better quality, Paid API]\n"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"487b7016-35d2-459f-b1d3-5e16fcaa5681": {
"main": [
[
{
"node": "376700cb-8da4-42b3-b5db-527a336040bd",
"type": "main",
"index": 0
}
]
]
},
"f117d6fd-bcbd-4ce9-b10c-3810e603eacd": {
"main": [
[
{
"node": "41a30836-c00f-49ae-ade1-7ad04a4a7a96",
"type": "main",
"index": 0
}
]
]
},
"226d63d1-6e09-46e8-abd4-ad6d9b63a939": {
"main": [
[
{
"node": "0dd62df2-6ffe-4d20-a327-d0aaa383aad1",
"type": "main",
"index": 0
}
]
]
},
"f2edb1fd-dfd1-48d5-a20d-5c48a603c9b0": {
"main": [
[
{
"node": "f117d6fd-bcbd-4ce9-b10c-3810e603eacd",
"type": "main",
"index": 0
}
]
]
},
"41a30836-c00f-49ae-ade1-7ad04a4a7a96": {
"main": [
[
{
"node": "487b7016-35d2-459f-b1d3-5e16fcaa5681",
"type": "main",
"index": 0
}
]
]
},
"f9b5e427-a030-4323-b8fb-69928e2b44ae": {
"main": [
[
{
"node": "226d63d1-6e09-46e8-abd4-ad6d9b63a939",
"type": "main",
"index": 0
}
]
]
},
"376700cb-8da4-42b3-b5db-527a336040bd": {
"main": [
[
{
"node": "6b04e902-842e-4550-b6b0-e94decd4a859",
"type": "main",
"index": 0
}
],
[
{
"node": "f2edb1fd-dfd1-48d5-a20d-5c48a603c9b0",
"type": "main",
"index": 0
}
]
]
},
"cbc60c2f-5f6e-4ff7-8afd-69559c9746d6": {
"main": [
[
{
"node": "376700cb-8da4-42b3-b5db-527a336040bd",
"type": "main",
"index": 0
}
]
]
},
"41523fb6-2de7-4123-9276-f12e906f94d1": {
"ai_languageModel": [
[
{
"node": "0dd62df2-6ffe-4d20-a327-d0aaa383aad1",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"25e7606d-3adc-466a-861e-9b2640be6578": {
"ai_outputParser": [
[
{
"node": "0dd62df2-6ffe-4d20-a327-d0aaa383aad1",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"0dd62df2-6ffe-4d20-a327-d0aaa383aad1": {
"main": [
[
{
"node": "cbc60c2f-5f6e-4ff7-8afd-69559c9746d6",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - コンテンツ作成, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
LinkedInおよびXウイルスのなコンテンツ自動エンジン
AIを使ってLinkedInとXにウイルスのなコンテンツを自動生成して公開する
If
Set
Wait
+
If
Set
Wait
156 ノードDiptamoy Barman
コンテンツ作成
オートメーション動画ジェネレーター
DeepSeek、TTS、Together.ai を使ってスクリプトから AI 動画を生成
Set
Code
Wait
+
Set
Code
Wait
81 ノードLakindu Siriwardana
コンテンツ作成
製品画像からの UGC 動画生成(Gemini と VEO3)
GEMINI とVEO3を使って製品画像からUGC動画を生成
Set
Code
Wait
+
Set
Code
Wait
32 ノードGrowth AI
コンテンツ作成
💥 NanoBanana、Seedream 4、ChatGPT Image、Veo 3 を使って動画広告を自動化 - VIDEO
AI(NanoBanana、Seedream、GPT-4o、Veo 3)を使って動画広告キャンペーンを自動化し公開
Set
Code
Wait
+
Set
Code
Wait
63 ノードDr. Firas
コンテンツ作成
OpenAI、RunwayML、ElevenLabsを使って無顔の短い動画を自動化
OpenAI、RunwayML、ElevenLabs を使ってアニメ顔の短い動画を自動化:スクリプトからソーシャルメディアへ
Set
Code
Wait
+
Set
Code
Wait
56 ノードLeeWei
コンテンツ作成
キーワードからGPT-5とfal.ai画像を使ってWordPressまで自動SEOブログ生成のプロセス
GPT-5とfal.ai画像を使用したキーワードからWordPressへのSEOブログ自動化プロセス
Set
Code
Wait
+
Set
Code
Wait
96 ノードPaul
コンテンツ作成
ワークフロー情報
難易度
上級
ノード数22
カテゴリー2
ノードタイプ12
作成者
Diptamoy Barman
@diptamoy-barmanHeya 👋 I’m Diptamoy, an AI enthusiast who loves sharing & teaching n8n automation to build real workflows that scale and solve real problems. Have questions? Drop them in the comments — I'm always open to help!
外部リンク
n8n.ioで表示 →
このワークフローを共有