Telegram AI Text-zu-Bild (Gemini + Hugging Face FLUX)
Dies ist ein AI-Bereich Automatisierungsworkflow mit 9 Nodes. Hauptsächlich werden Telegram, HttpRequest, Agent, TelegramTrigger, LmChatGoogleGemini und andere Nodes verwendet, kombiniert mit KI-Technologie für intelligente Automatisierung. Telegram AI Text-zu-Bild (Gemini + Hugging Face FLUX)
- •Telegram Bot Token
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
- •Google Gemini API Key
Verwendete Nodes (9)
Kategorie
{
"meta": {
"instanceId": "d04643ba872bb0fb252ed2c8197858d58cc47dd3c15ff6d08b19addd679e927b",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "c81aef50-92fc-461e-9dae-45fb936f1fb6",
"name": "Telegram-Trigger",
"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": "KI-Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-180,
-220
],
"parameters": {},
"typeVersion": 1.9
},
{
"id": "2fda98bd-bc78-45dd-ad82-047904965df1",
"name": "Google Gemini-Chat-Modell",
"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": "Notizzettel",
"type": "n8n-nodes-base.stickyNote",
"position": [
-580,
-500
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "6031ea65-9875-4c7c-ac8c-812546c0bd08",
"name": "Notizzettel1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "435da6ad-401f-4912-b943-4d93722e696e",
"name": "Notizzettel2",
"type": "n8n-nodes-base.stickyNote",
"position": [
180,
-700
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "fcccddcb-6af2-4a88-99c6-c43077527d2f",
"name": "HTTP-Anfrage (Huggingface)",
"type": "n8n-nodes-base.httpRequest",
"position": [
540,
-180
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "15aab548-038b-4349-9233-4c7ed03ea843",
"name": "HTTP-Anfrage(download_image)",
"type": "n8n-nodes-base.httpRequest",
"position": [
840,
-180
],
"parameters": {},
"typeVersion": 4.2
}
],
"pinData": {},
"connections": {
"AI Agent": {
"main": [
[
{
"node": "HTTP Request (Huggingface)",
"type": "main",
"index": 0
}
]
]
},
"Telegram Trigger": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"HTTP Request (Huggingface)": {
"main": [
[
{
"node": "HTTP Request(download_image)",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request(download_image)": {
"main": [
[
{
"node": "Send Image (back to the chat via telegram)",
"type": "main",
"index": 0
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Fortgeschritten - Künstliche Intelligenz
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
Malik Hashir
@malikxDiesen Workflow teilen