带有动态图片的YouTube社区帖子自动化
这是一个Social Media, Multimodal AI领域的自动化工作流,包含 9 个节点。主要使用 Code, HttpRequest, GoogleSheets, ScheduleTrigger, ChainLlm 等节点。 使用DeepSeek AI和Google Sheets实现YouTube社区帖子自动化及动态图片生成
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
{
"id": "CWIghCfQ1tvZF1ii",
"name": "带有动态图片的 YouTube 社区帖子自动化",
"tags": [],
"nodes": [
{
"id": "e04beb3b-3e79-4ea4-b489-ee73f82dc3aa",
"name": "每日东部时间上午 10 点触发",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-700,
-240
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "e504e32f-ec5e-49aa-a280-0a68d5cc288a",
"name": "设置日期变量",
"type": "n8n-nodes-base.code",
"position": [
-540,
-240
],
"parameters": {},
"typeVersion": 2
},
{
"id": "7178ff88-f18a-45a3-b7c4-c6a968f09892",
"name": "生成内容 - LLM 链",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
-340,
-240
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "a7bd46d6-393a-4a7e-a4a5-06541f040f91",
"name": "DeepSeek R1 模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
-120,
-100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9df29d6c-7e62-4d0d-8409-26b21ee95617",
"name": "提取内容详情",
"type": "n8n-nodes-base.code",
"position": [
-40,
-240
],
"parameters": {},
"typeVersion": 2
},
{
"id": "fab233ee-4bc2-4fd2-b441-5ea590758361",
"name": "处理图片响应",
"type": "n8n-nodes-base.code",
"position": [
680,
-240
],
"parameters": {},
"typeVersion": 2
},
{
"id": "5457cf41-7283-4a94-a059-b1cc70110ff7",
"name": "添加到 Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
840,
-240
],
"parameters": {},
"typeVersion": 4
},
{
"id": "98b288f1-a519-4f04-a966-14910b58cc6a",
"name": "生成图片 - Together AI",
"type": "n8n-nodes-base.httpRequest",
"position": [
440,
-240
],
"parameters": {},
"typeVersion": 4.1
},
{
"id": "d36f1ca7-d835-4a00-85a8-ceb02c339027",
"name": "生成动态图片提示",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
120,
-240
],
"parameters": {},
"typeVersion": 1.7
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"DeepSeek R1 Model": {
"ai_languageModel": [
[
{
"node": "Generate Content - LLM Chain",
"type": "ai_languageModel",
"index": 0
},
{
"node": "Generate Dynamic Image Prompt",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Set Day Variables": {
"main": [
[
{
"node": "Generate Content - LLM Chain",
"type": "main",
"index": 0
}
]
]
},
"Daily 10AM EST Trigger": {
"main": [
[
{
"node": "Set Day Variables",
"type": "main",
"index": 0
}
]
]
},
"Process Image Response": {
"main": [
[
{
"node": "Add to Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Extract Content Details": {
"main": [
[
{
"node": "Generate Dynamic Image Prompt",
"type": "main",
"index": 0
}
]
]
},
"Generate Content - LLM Chain": {
"main": [
[
{
"node": "Extract Content Details",
"type": "main",
"index": 0
}
]
]
},
"Generate Image - Together AI": {
"main": [
[
{
"node": "Process Image Response",
"type": "main",
"index": 0
}
]
]
},
"Generate Dynamic Image Prompt": {
"main": [
[
{
"node": "Generate Image - Together AI",
"type": "main",
"index": 0
}
]
]
}
}
}如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 社交媒体, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
Gerald Denor
@dominixaiGerald Akhidenor is an AI Automation Lead Creative with 5 years of experience in AI automation consultancy. He specializes in n8n and API integrations, driving innovative automation solutions. As founder of DominixAI, Gerald combines creative vision and technical expertise to streamline processes and boost efficiency through cutting-edge AI technologies. Website: https://dominixai.com JobMonkey: https://trafficabc.com/jobmonkey-application-generator/
分享此工作流