텍스트 힌트에서 Google Veo를 사용하여 AI 비디오 생성
중급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Set, ManualTrigger, GoogleGemini 등의 노드를 사용하며. Google Veo를 사용하여 텍스트 힌트에서 AI 비디오 생성
사전 요구사항
- •특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다
사용된 노드 (6)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "689fa22e68cd4198e4ae37f3cc44f498087edd235a867e22515be823bab694c7"
},
"nodes": [
{
"id": "8c5a050b-c76e-44cd-8553-660f683e6ff7",
"name": "워크플로우 실행 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
1184,
1696
],
"parameters": {},
"typeVersion": 1
},
{
"id": "4bbd57e8-e4d7-46bc-97eb-0c4177fd2759",
"name": "메모지",
"type": "n8n-nodes-base.stickyNote",
"position": [
128,
80
],
"parameters": {
"width": 672,
"height": 1168,
"content": "## Generate AI Videos from Text Prompts with Google Veo\nThis n8n workflow uses the Google Gemini node to generate AI videos via the Veo model. It replaces complex manual API setups with a simple, plug-and-play experience.\n\n### Important Prerequisite\nTo use the Veo model, your Google Cloud project **must have billing enabled**. The feature is not available on the free tier and may incur charges.\n\n\n### Who Is This For?\n* **Marketers & Content Creators**\n Quickly create B-roll, ad clips, or social content from text prompts.\n* **Filmmakers & Artists**\n Prototype scenes and visualize ideas without filming.\n* **Anyone exploring AI video generation**\n Use Google’s Veo model without any manual API work.\n\n### What the Workflow Does\n* **Define Prompt**\n Write a text prompt in the `1. Set Video Prompt` node.\n* **Trigger**\n Manually run the workflow with one click.\n* **Generate**\n The Gemini node sends the prompt to the Veo model and generates a video.\n* **Output**\n Returns a binary video file ready to save or share.\n\n### Setup Instructions\n**1. Enable Google Cloud Billing**\nMake sure your Google Cloud project has billing activated.\n**2. Add Credentials**\nAdd your Google AI (Gemini) credentials in n8n.\n**3. Set the Prompt**\nOpen the `1. Set Video Prompt` node and write your video idea.\n**4. Activate Workflow**\nSave and activate the workflow.\n**5. Run It**\nClick “Execute Workflow” to generate a video.\n\n### Requirements\n* n8n (Cloud or Self-Hosted)\n* Google Cloud Project with billing enabled\n* Google AI (Gemini) credentials linked to that project\n\n### Customization Ideas\n* **Save Output**\n Add a Google Drive, Dropbox, or S3 node to store the video.\n* **Post Automatically**\n Connect social media nodes (YouTube Shorts, TikTok, etc.) to publish content.\n\n* **Generate in Bulk**\n Replace the Set node with Google Sheets or Airtable to generate multiple videos from a list of prompts.\n"
},
"typeVersion": 1
},
{
"id": "cc3113c5-b1ee-40c9-97ae-c0761363f923",
"name": "메모지1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1488,
1616
],
"parameters": {
"width": 320,
"height": 256,
"content": "**ACTION: (MANDATORY)** Write a descriptive prompt for the video you want to create in the 'Value' field of this node. Be specific for the best results!\n\n"
},
"typeVersion": 1
},
{
"id": "af9608a0-28f1-4e19-91db-1ac7847f6ad1",
"name": "1. 비디오 프롬프트 설정",
"type": "n8n-nodes-base.set",
"position": [
1616,
1696
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "a6682a52-9305-44b9-813e-37eb58a0e13a",
"name": "prompt",
"type": "string",
"value": "a very cute cat"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "a526e679-7f2a-4625-8799-a8f843747c6b",
"name": "2. Veo로 비디오 생성",
"type": "@n8n/n8n-nodes-langchain.googleGemini",
"position": [
2128,
1696
],
"parameters": {
"prompt": "={{ $json.prompt }}",
"modelId": {
"__rl": true,
"mode": "list",
"value": "models/veo-3.0-generate-preview",
"cachedResultName": "models/veo-3.0-generate-preview"
},
"options": {},
"resource": "video"
},
"credentials": {
"googlePalmApi": {
"id": "8yc8qxNm9lAalUZA",
"name": "Google Gemini(PaLM) Api account"
}
},
"typeVersion": 1
},
{
"id": "2aa944aa-406a-4383-9009-e4ec307f9633",
"name": "메모지2",
"type": "n8n-nodes-base.stickyNote",
"position": [
2032,
1552
],
"parameters": {
"width": 288,
"height": 336,
"content": "This node sends your text prompt to Google's Veo model to generate a video.\n**Note:** This step will fail if billing is not enabled on your Google Cloud project."
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"af9608a0-28f1-4e19-91db-1ac7847f6ad1": {
"main": [
[
{
"node": "a526e679-7f2a-4625-8799-a8f843747c6b",
"type": "main",
"index": 0
}
]
]
},
"8c5a050b-c76e-44cd-8553-660f683e6ff7": {
"main": [
[
{
"node": "af9608a0-28f1-4e19-91db-1ac7847f6ad1",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI 기반 제품 비디오 생성기 (Foreplay + Gemini + Sora 2)
Foreplay, Gemini 및 Sora 2를 기반으로 한 AI 기반 제품 비디오 생성기
Set
Wait
Switch
+
Set
Wait
Switch
18 노드Fahmi Fahreza
콘텐츠 제작
Gemini와 Google Veo 3를 사용한 UGC 비디오 생성 및 Instagram 업로드
Gemini 및 Google Veo 3를 사용한 UGC 비디오 제작 및 Postiz를 통한 Instagram 업로드 자동화
Set
Merge
Postiz
+
Set
Merge
Postiz
13 노드Davide
콘텐츠 제작
OpenAI-Gemini를 사용하여 Dev.to 기사 작성 - AI 생성 이미지 포함 콘텐츠
OpenAI/Gemini를 사용하여 Dev.to 기사를 작성하세요 - 이미지를 포함한 AI 생성 내용
Set
Limit
Split Out
+
Set
Limit
Split Out
30 노드LukaszB
콘텐츠 제작
Gemini AI를 사용하여 감정 이야기를 만들기: 이미지와 Veo3 JSON 트리거 생성
Gemini AI를 사용하여 감정적인 이야기를 생성하세요: 이미지와 Veo3 JSON 트리거
If
Set
Code
+
If
Set
Code
35 노드Muhammad Farooq Iqbal
콘텐츠 제작
ClickUp 문서에서 Airtable 레코드로의 자동화된 콘텐츠 마이그레이션
ClickUp 문서에서 Airtable 레코드로의 자동화된 콘텐츠 마이그레이션
Code
Click Up
Airtable
+
Code
Click Up
Airtable
16 노드Fahmi Fahreza
콘텐츠 제작
콘텐츠생성기 v3
AI驱动블로그자동화:사용GPT-4생성并게시SEO기사至WordPress및Twitter
If
Set
Code
+
If
Set
Code
144 노드Jay Emp0
콘텐츠 제작