Google Veo3 Fast를 사용하여 비디오 생성并통해 Postiz로 TikTok에 업로드
고급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 22개의 노드를 포함합니다.주로 If, Set, Wait, Postiz, GoogleDrive 등의 노드를 사용하며. Google Veo3 Fast와 Postiz를 사용하여 저비용 바이러스성 AI 비디오 생성 TikTok
사전 요구사항
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
- •OpenAI API Key
사용된 노드 (22)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "x7kyTLM6B9D7bLre",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "Create Video with Google Veo3 Fast and Upload to TikTok with Postiz",
"tags": [],
"nodes": [
{
"id": "7d1cda22-2a28-4bab-b9da-4aa6c85d8e76",
"name": "워크플로우 '테스트' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-224,
848
],
"parameters": {},
"typeVersion": 1
},
{
"id": "78f6d323-7665-487a-83a9-82e0fb1dcf2b",
"name": "상태 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
848,
848
],
"parameters": {
"url": "=https://queue.fal.run/fal-ai/veo3/requests/{{ $('Create Video').item.json.request_id }}/status ",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "RfHIslxMFRjQZ043",
"name": "Youtube Transcript Extractor API 1"
}
},
"typeVersion": 4.2
},
{
"id": "bdff80fe-7a93-4d86-8c58-2009901e19b3",
"name": "60초 대기",
"type": "n8n-nodes-base.wait",
"position": [
672,
848
],
"webhookId": "bb15f2f3-caec-4df6-ac1f-374ed90d8a3e",
"parameters": {
"amount": 60
},
"typeVersion": 1.1
},
{
"id": "bd180f49-c4e6-4ca6-b8b2-461bbea5b7a8",
"name": "스케줄 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-224,
704
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
"typeVersion": 1.2
},
{
"id": "7442f0da-61fd-4d9f-977a-983fc1143526",
"name": "스티키 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
-464
],
"parameters": {
"color": 3,
"width": 740,
"height": 328,
"content": "# Generate Cheaper AI Videos (with audio), using Veo3 Fast and Upload to TikTok\n\nThis workflow allows users to **generate AI videos** using cheaper model **Google Veo3 Fast**, save them to **Google Drive**, generate optimized YouTube titles with GPT-4o, and **automatically upload them to TikTok** . The entire process is triggered from a Google Sheet that acts as the central interface for input and output.\n\nIT automates video creation, uploading, and tracking, ensuring seamless integration between Google Sheets, Google Drive, Google Veo3, and TikTok with Postiz.\n\nNOTE: This workflow contains community nodes that are only compatible with the self-hosted version of n8n.\n\n\n\n\n"
},
"typeVersion": 1
},
{
"id": "12b3d232-825f-4646-b297-9bb8ead1d825",
"name": "스티키 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
-96
],
"parameters": {
"width": 740,
"height": 200,
"content": "## STEP 1 - GOOGLE SHEET\nCreate a [Google Sheet like this](https://docs.google.com/spreadsheets/d/1pcoY9N_vQp44NtSRR5eskkL5Qd0N0BGq7Jh_4m-7VEQ/edit?usp=sharing).\n\nPlease insert:\n- in the \"PROMPT\" column the accurate description of the video you want to create\n- in the \"DURATION\" column the lenght of the video you want to create\n\nLeave the \"VIDEO\" column unfilled. It will be inserted by the system once the video has been created"
},
"typeVersion": 1
},
{
"id": "78f5db95-4abc-4d2e-8219-260e309bfa28",
"name": "완료됨?",
"type": "n8n-nodes-base.if",
"position": [
1024,
848
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "383d112e-2cc6-4dd4-8985-f09ce0bd1781",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.status }}",
"rightValue": "COMPLETED"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "3cb5928b-6a94-433c-96b6-795661f988a5",
"name": "결과 업데이트",
"type": "n8n-nodes-base.googleSheets",
"position": [
880,
1104
],
"parameters": {
"columns": {
"value": {
"VIDEO": "={{ $('Get Url Video').item.json.video.url }}",
"row_number": "={{ $('Get new video').item.json.row_number }}"
},
"schema": [
{
"id": "PROMPT",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "PROMPT",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "DURATION",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "DURATION",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "VIDEO",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "VIDEO",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "YOUTUBE_URL",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "YOUTUBE_URL",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"row_number"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/11ebWJvwwXHgvQld9kxywKQUvIoBw6xMa0g0BuIqHDxE/edit#gid=0",
"cachedResultName": "Foglio1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1pcoY9N_vQp44NtSRR5eskkL5Qd0N0BGq7Jh_4m-7VEQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1pcoY9N_vQp44NtSRR5eskkL5Qd0N0BGq7Jh_4m-7VEQ/edit?usp=drivesdk",
"cachedResultName": "Video Google Veo3"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "joLxLGL2AXh02b1v",
"name": "Google Sheets account (albeange75@gmail.com)"
}
},
"typeVersion": 4.5
},
{
"id": "20c78c06-7918-4469-9e7c-79d977a0de08",
"name": "데이터 설정",
"type": "n8n-nodes-base.set",
"position": [
224,
848
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "c713d31f-9abd-496a-ac79-e8e2efe60aa0",
"name": "prompt",
"type": "string",
"value": "={{ $json.PROMPT }}\n\nDuration of the video: {{ $json.DURATION }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "d12e8957-002c-4f0c-826e-76df22c9d21a",
"name": "스티키 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
528
],
"parameters": {
"width": 740,
"height": 100,
"content": "## STEP 4 - MAIN FLOW\nStart the workflow manually or periodically by hooking the \"Schedule Trigger\" node. It is recommended to set it at 5 minute intervals."
},
"typeVersion": 1
},
{
"id": "3c5d4936-c9f5-4efe-959a-d5f9dd8a332a",
"name": "스티키 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
144
],
"parameters": {
"width": 740,
"height": 140,
"content": "## STEP 2 - GET API KEY (YOURAPIKEY)\nCreate an account [here](https://fal.ai/) and obtain API KEY.\nIn the node \"Create Image\" set \"Header Auth\" and set:\n- Name: \"Authorization\"\n- Value: \"Key YOURAPIKEY\""
},
"typeVersion": 1
},
{
"id": "cd2c375d-099b-4bc2-9e0b-c7a67edce000",
"name": "스티키 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
400,
784
],
"parameters": {
"width": 180,
"height": 200,
"content": "Set API Key created in Step 2"
},
"typeVersion": 1
},
{
"id": "5ef837e9-5c13-4864-aeaa-b9f86e2b4b23",
"name": "새 비디오 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
0,
848
],
"parameters": {
"options": {},
"filtersUI": {
"values": [
{
"lookupColumn": "VIDEO"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1pcoY9N_vQp44NtSRR5eskkL5Qd0N0BGq7Jh_4m-7VEQ/edit#gid=0",
"cachedResultName": "Foglio1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1pcoY9N_vQp44NtSRR5eskkL5Qd0N0BGq7Jh_4m-7VEQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1pcoY9N_vQp44NtSRR5eskkL5Qd0N0BGq7Jh_4m-7VEQ/edit?usp=drivesdk",
"cachedResultName": "Video Google Veo3"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "joLxLGL2AXh02b1v",
"name": "Google Sheets account (albeange75@gmail.com)"
}
},
"typeVersion": 4.5
},
{
"id": "48b274e8-6544-4b62-b654-88328db685fb",
"name": "비디오 생성",
"type": "n8n-nodes-base.httpRequest",
"position": [
448,
848
],
"parameters": {
"url": "https://queue.fal.run/fal-ai/veo3/fast",
"method": "POST",
"options": {},
"jsonBody": "={\n \"prompt\": \"{{$json.prompt}}\"\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "RfHIslxMFRjQZ043",
"name": "Youtube Transcript Extractor API 1"
}
},
"typeVersion": 4.2
},
{
"id": "7695eee2-f662-4c04-8a44-9b0c434d95b1",
"name": "비디오 URL 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
-224,
1232
],
"parameters": {
"url": "=https://queue.fal.run/fal-ai/veo3/requests/{{ $json.request_id }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "RfHIslxMFRjQZ043",
"name": "Youtube Transcript Extractor API 1"
}
},
"typeVersion": 4.2
},
{
"id": "c5122027-ffd4-4275-ade0-7a8ee9fa4e94",
"name": "비디오 파일 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
400,
1232
],
"parameters": {
"url": "={{ $('Get Url Video').item.json.video.url }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "45ffcd43-fd3a-42c2-a358-4de9f1eea554",
"name": "비디오 업로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
688,
1104
],
"parameters": {
"name": "={{ $now.format('yyyyLLddHHmmss') }}-{{ $('Get Url Video').item.json.video.file_name }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "1aHRwLWyrqfzoVC8HoB-YMrBvQ4tLC-NZ",
"cachedResultUrl": "https://drive.google.com/drive/folders/1aHRwLWyrqfzoVC8HoB-YMrBvQ4tLC-NZ",
"cachedResultName": "Fal.run"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "HEy5EuZkgPZVEa9w",
"name": "Google Drive account (n3w.it)"
}
},
"typeVersion": 3
},
{
"id": "d764cd9b-2f3b-4cc7-a3f2-06ca5be643db",
"name": "제목 생성",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
32,
1232
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "GPT-4O-MINI"
},
"options": {},
"messages": {
"values": [
{
"content": "=Input: {{ $('Get new video').item.json.PROMPT }}"
},
{
"role": "system",
"content": "You are a YouTube SEO expert specialized in creating engaging and optimized titles.\n\nYour task is to generate an effective title for a YouTube video based on the user's video description.\n\nGUIDELINES:\n- Maximum 60 characters to avoid truncation\n- Use relevant keywords for SEO\n- Make the title catchy and clickable\n- Avoid excessive or misleading clickbait\n- Consider the target audience of the content\n- Use numbers, questions, or power words when appropriate\n- IMPORTANT: Generate the title in the same language as the input description\n\nOUTPUT FORMAT:\nProvide only the title, without additional explanations.\n\nEXAMPLE:\nInput: \"Tutorial video on how to cook perfect pasta carbonara\"\nOutput: \"PERFECT Carbonara in 10 Minutes - Chef's Secrets\""
}
]
}
},
"typeVersion": 1.8
},
{
"id": "6a8ae239-39fb-4a20-9df3-1b9f9ffa84ba",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
848,
1280
],
"parameters": {
"width": 180,
"height": 200,
"content": "Set ChannelId Step 3"
},
"typeVersion": 1
},
{
"id": "eeec1aa0-24db-449d-817b-6c2c68f41b64",
"name": "스티키 노트8",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
320
],
"parameters": {
"width": 740,
"height": 168,
"content": "## STEP 3 - Upload video on TikTok\n- Create an account on [Postiz](https://postiz.com/?ref=n3witalia) FREE 7 days-trial\n- Get your API Key and set it in Postiz node and Upload Image node\n- In Calendar tab on [Postiz](https://postiz.com/?ref=n3witalia) click on \"Add channel\" and connect your social networks (TikTok)\n- Once connected, copy the \"ChannelId\" for each social network and insert the appropriate one into the Postiz nodes, replacing the \"XXX\" string. "
},
"typeVersion": 1
},
{
"id": "92ba6140-efaa-4b63-9ea9-9c8491d3aad4",
"name": "TikTok",
"type": "n8n-nodes-postiz.postiz",
"position": [
880,
1328
],
"parameters": {
"date": "={{ $now.format('yyyy-LL-dd') }}T{{ $now.format('HH:ii:ss') }}",
"posts": {
"post": [
{
"value": {
"contentItem": [
{
"image": {
"imageItem": [
{
"id": "={{ $json.id }}",
"path": "={{ $json.path }}"
}
]
},
"content": "={{ $('Generate title').item.json.message.content }}"
}
]
},
"integrationId": "XXX"
}
]
},
"shortLink": true
},
"credentials": {
"postizApi": {
"id": "c8iQxqMcfCXPbUHc",
"name": "Postiz account"
}
},
"typeVersion": 1
},
{
"id": "18b5b159-e80f-47ea-aa6e-24dd37d3dd56",
"name": "Postiz에 비디오 업로드",
"type": "n8n-nodes-base.httpRequest",
"position": [
688,
1328
],
"parameters": {
"url": "https://api.postiz.com/public/v1/upload",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "multipart-form-data",
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "file",
"parameterType": "formBinaryData",
"inputDataFieldName": "data"
}
]
},
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "GIEq2Y2xhJSgjqyG",
"name": "Postiz"
}
},
"typeVersion": 4.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "84006e18-6bbb-4d27-b612-3600a6318b69",
"connections": {
"92ba6140-efaa-4b63-9ea9-9c8491d3aad4": {
"main": [
[]
]
},
"20c78c06-7918-4469-9e7c-79d977a0de08": {
"main": [
[
{
"node": "48b274e8-6544-4b62-b654-88328db685fb",
"type": "main",
"index": 0
}
]
]
},
"78f5db95-4abc-4d2e-8219-260e309bfa28": {
"main": [
[
{
"node": "7695eee2-f662-4c04-8a44-9b0c434d95b1",
"type": "main",
"index": 0
}
],
[
{
"node": "bdff80fe-7a93-4d86-8c58-2009901e19b3",
"type": "main",
"index": 0
}
]
]
},
"78f6d323-7665-487a-83a9-82e0fb1dcf2b": {
"main": [
[
{
"node": "78f5db95-4abc-4d2e-8219-260e309bfa28",
"type": "main",
"index": 0
}
]
]
},
"48b274e8-6544-4b62-b654-88328db685fb": {
"main": [
[
{
"node": "bdff80fe-7a93-4d86-8c58-2009901e19b3",
"type": "main",
"index": 0
}
]
]
},
"45ffcd43-fd3a-42c2-a358-4de9f1eea554": {
"main": [
[
{
"node": "3cb5928b-6a94-433c-96b6-795661f988a5",
"type": "main",
"index": 0
}
]
]
},
"bdff80fe-7a93-4d86-8c58-2009901e19b3": {
"main": [
[
{
"node": "78f6d323-7665-487a-83a9-82e0fb1dcf2b",
"type": "main",
"index": 0
}
]
]
},
"7695eee2-f662-4c04-8a44-9b0c434d95b1": {
"main": [
[
{
"node": "d764cd9b-2f3b-4cc7-a3f2-06ca5be643db",
"type": "main",
"index": 0
}
]
]
},
"5ef837e9-5c13-4864-aeaa-b9f86e2b4b23": {
"main": [
[
{
"node": "20c78c06-7918-4469-9e7c-79d977a0de08",
"type": "main",
"index": 0
}
]
]
},
"3cb5928b-6a94-433c-96b6-795661f988a5": {
"main": [
[]
]
},
"d764cd9b-2f3b-4cc7-a3f2-06ca5be643db": {
"main": [
[
{
"node": "c5122027-ffd4-4275-ade0-7a8ee9fa4e94",
"type": "main",
"index": 0
}
]
]
},
"c5122027-ffd4-4275-ade0-7a8ee9fa4e94": {
"main": [
[
{
"node": "45ffcd43-fd3a-42c2-a358-4de9f1eea554",
"type": "main",
"index": 0
},
{
"node": "18b5b159-e80f-47ea-aa6e-24dd37d3dd56",
"type": "main",
"index": 0
}
]
]
},
"18b5b159-e80f-47ea-aa6e-24dd37d3dd56": {
"main": [
[
{
"node": "92ba6140-efaa-4b63-9ea9-9c8491d3aad4",
"type": "main",
"index": 0
}
]
]
},
"7d1cda22-2a28-4bab-b9da-4aa6c85d8e76": {
"main": [
[
{
"node": "5ef837e9-5c13-4864-aeaa-b9f86e2b4b23",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Google Veo3 Fast를 사용하여 더 저렴한 비디오 생성 및 소셜 미디어 업로드
Veo3 Fast를 통해 저비용 AI 비디오 생성 및 YouTube, TikTok 업로드
If
Set
Wait
+
If
Set
Wait
23 노드Davide
콘텐츠 제작
WooCommerce Nano Banana용 AI 가상 피팅
Fal.ai Nano Banana를 사용하여 WooCommerce용 가상 AI 피팅 이미지 자동 생성
If
Set
Wait
+
If
Set
Wait
20 노드Davide
콘텐츠 제작
대화형 가상 인물 비디오 생성 및 TikTok에 게시
Elevenlabs와 Infinitalk을 사용하여 말할 수 있는 가상 인물 비디오를 만들고 TikTok에 자동으로 게시하기
If
Set
Wait
+
If
Set
Wait
24 노드Davide
콘텐츠 제작
입술 동기화 비디오 생성
Infinitalk AI를 사용하여 입술 동기화 virtually image 비디오를 생성하고 TikTok/YouTube에 업로드
If
Set
Wait
+
If
Set
Wait
18 노드Davide
콘텐츠 제작
여러 참조 이미지에서 비디오 스케치 생성
사용 Fal.ai VIDU 참조 이미지로 바이러스적인 비디오 생성 및 YouTube/TikTok에 업로드
If
Set
Code
+
If
Set
Code
20 노드Davide
콘텐츠 제작
Google Veo3를 사용하여 비디오 생성하고 YouTube에 업로드
Google Veo3를 사용하여 AI 비디오 생성, Google 클라우드 드라이브에 저장하고 YouTube에 업로드
If
Set
Wait
+
If
Set
Wait
22 노드Davide
인공지능
워크플로우 정보
난이도
고급
노드 수22
카테고리2
노드 유형11
저자
Davide
@n3witaliaFull-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유