Telegram AI文生图(Gemini + Hugging Face FLUX)

中級

これはAI分野の自動化ワークフローで、9個のノードを含みます。主にTelegram, HttpRequest, Agent, TelegramTrigger, LmChatGoogleGeminiなどのノードを使用、AI技術を活用したスマート自動化を実現。 Telegram AI文生图(Gemini + Hugging Face FLUX)

前提条件
  • Telegram Bot Token
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Gemini API Key

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "d04643ba872bb0fb252ed2c8197858d58cc47dd3c15ff6d08b19addd679e927b",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "c81aef50-92fc-461e-9dae-45fb936f1fb6",
      "name": "Telegram トリガー",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -460,
        -220
      ],
      "webhookId": "1eb2042d-f833-49eb-b69c-115cf5c4e729",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "c753e481-79f5-4171-a7db-895c423154a2",
      "name": "AI エージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -180,
        -220
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "2fda98bd-bc78-45dd-ad82-047904965df1",
      "name": "Google Gemini チャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -80,
        80
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f69e1aee-4bce-4eaf-afce-0dcff517e779",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1060,
        -180
      ],
      "webhookId": "12236037-3950-42b7-9121-83076bcb24f7",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "f0fc7c0c-609b-4714-be3e-40423a1a5e9f",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        -500
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "6031ea65-9875-4c7c-ac8c-812546c0bd08",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "435da6ad-401f-4912-b943-4d93722e696e",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -700
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fcccddcb-6af2-4a88-99c6-c43077527d2f",
      "name": "HTTP リクエスト (Huggingface)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        540,
        -180
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "15aab548-038b-4349-9233-4c7ed03ea843",
      "name": "HTTP リクエスト(download_image)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        -180
      ],
      "parameters": {},
      "typeVersion": 4.2
    }
  ],
  "pinData": {},
  "connections": {
    "c753e481-79f5-4171-a7db-895c423154a2": {
      "main": [
        [
          {
            "node": "fcccddcb-6af2-4a88-99c6-c43077527d2f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c81aef50-92fc-461e-9dae-45fb936f1fb6": {
      "main": [
        [
          {
            "node": "c753e481-79f5-4171-a7db-895c423154a2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2fda98bd-bc78-45dd-ad82-047904965df1": {
      "ai_languageModel": [
        [
          {
            "node": "c753e481-79f5-4171-a7db-895c423154a2",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "fcccddcb-6af2-4a88-99c6-c43077527d2f": {
      "main": [
        [
          {
            "node": "15aab548-038b-4349-9233-4c7ed03ea843",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "15aab548-038b-4349-9233-4c7ed03ea843": {
      "main": [
        [
          {
            "node": "Send Image (back to the chat via telegram)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - 人工知能

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数9
カテゴリー1
ノードタイプ6
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34