사운드 생성기
중급
이것은AI분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 If, Wait, FormTrigger, GoogleDrive, HttpRequest 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. CassetteAI를 사용하여 실제적인 사운드 생성 및 Google Drive에 저장
사전 요구사항
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "6MbJjFFQ8e6Lq8Rw",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "Sound Effects Generator",
"tags": [],
"nodes": [
{
"id": "4183ba34-e5a7-4ee1-866a-e6e725b51589",
"name": "상태 확인",
"type": "n8n-nodes-base.httpRequest",
"position": [
800,
660
],
"parameters": {
"url": "=https://queue.fal.run/cassetteai/sound-effects-generator/requests/{{ $('Create audio').item.json.request_id }}/status ",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "daOZafXpRXLtoLUV",
"name": "Fal.run API"
}
},
"typeVersion": 4.2
},
{
"id": "d2b00c1e-be8b-4aeb-8b56-85659be7b607",
"name": "메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-220,
-100
],
"parameters": {
"color": 3,
"width": 740,
"height": 180,
"content": "# Sound Effects Generator\n\nCreate stunningly realistic sound effects in seconds - CassetteAI's Sound Effects Model generates high-quality SFX up to 30 seconds long in just 1 second of processing time and save the audio file (.wav) on Google Drive\n\n\n"
},
"typeVersion": 1
},
{
"id": "c3110e24-b0c1-440b-8971-fdfe3f065b72",
"name": "완료 여부",
"type": "n8n-nodes-base.if",
"position": [
1020,
660
],
"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": "5ae7f107-0350-446b-90d3-13ea67969969",
"name": "메모5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-220,
320
],
"parameters": {
"width": 740,
"height": 100,
"content": "## STEP 2 - MAIN FLOW\nStart the workflow and type the prompt and the duration (in seconds, max 30)."
},
"typeVersion": 1
},
{
"id": "c3872c07-05fd-4124-97f2-843365cfeb3b",
"name": "메모6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-220,
120
],
"parameters": {
"width": 740,
"content": "## STEP 1 - 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": "c3189915-a6a5-4a1e-973c-d0552d1b95cb",
"name": "메모7",
"type": "n8n-nodes-base.stickyNote",
"position": [
280,
600
],
"parameters": {
"width": 180,
"height": 200,
"content": "Set API Key created in Step 2"
},
"typeVersion": 1
},
{
"id": "2de370c0-4c08-4154-8f93-c2856b983466",
"name": "폼 제출 시",
"type": "n8n-nodes-base.formTrigger",
"position": [
80,
660
],
"webhookId": "960dd363-daa5-47d2-b5dc-660c93fb5b05",
"parameters": {
"options": {},
"formTitle": "Sound Effects Generator",
"formFields": {
"values": [
{
"fieldLabel": "Prompt",
"requiredField": true
},
{
"fieldType": "number",
"fieldLabel": "Duration (max 30 sec.)",
"requiredField": true
}
]
},
"formDescription": "Sound Effects Generator"
},
"typeVersion": 2.2
},
{
"id": "83e7b9fa-13cd-48b2-81e3-2d9fd0f51410",
"name": "10초 대기",
"type": "n8n-nodes-base.wait",
"position": [
580,
660
],
"webhookId": "70185285-4ebd-45a3-9e49-bc0b99120fe9",
"parameters": {
"amount": 10
},
"typeVersion": 1.1
},
{
"id": "8264d6a6-d174-474f-804c-17859327e2d1",
"name": "오디오 생성",
"type": "n8n-nodes-base.httpRequest",
"position": [
320,
660
],
"parameters": {
"url": "https://queue.fal.run/cassetteai/sound-effects-generator",
"method": "POST",
"options": {},
"jsonBody": "={\n \"prompt\": \"{{ $json.Prompt }}\",\n \"duration\": {{ $json['Duration (max 30 sec.)'] }}\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "daOZafXpRXLtoLUV",
"name": "Fal.run API"
}
},
"typeVersion": 4.2
},
{
"id": "8b00e3d3-9d8a-4d0d-8971-1666c3158c66",
"name": "오디오 URL 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
100,
1000
],
"parameters": {
"url": "=https://queue.fal.run/cassetteai/sound-effects-generator/requests/{{ $json.request_id }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "daOZafXpRXLtoLUV",
"name": "Fal.run API"
}
},
"typeVersion": 4.2
},
{
"id": "cda508d2-2f10-4d48-8196-f17e20dbb416",
"name": "오디오 업로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
560,
1000
],
"parameters": {
"name": "={{ $now.format('yyyyLLddHHmmss') }}.{{ $json.audio_file.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": "ca095dda-3ac1-4e08-ad67-c4cdea232271",
"name": "오디오 파일 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
320,
1000
],
"parameters": {
"url": "={{ $json.audio_file.url }}",
"options": {}
},
"typeVersion": 4.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "d6d655d2-8ec6-4807-b17e-fea5d18a9f80",
"connections": {
"c3110e24-b0c1-440b-8971-fdfe3f065b72": {
"main": [
[
{
"node": "8b00e3d3-9d8a-4d0d-8971-1666c3158c66",
"type": "main",
"index": 0
}
],
[
{
"node": "83e7b9fa-13cd-48b2-81e3-2d9fd0f51410",
"type": "main",
"index": 0
}
]
]
},
"4183ba34-e5a7-4ee1-866a-e6e725b51589": {
"main": [
[
{
"node": "c3110e24-b0c1-440b-8971-fdfe3f065b72",
"type": "main",
"index": 0
}
]
]
},
"8264d6a6-d174-474f-804c-17859327e2d1": {
"main": [
[
{
"node": "83e7b9fa-13cd-48b2-81e3-2d9fd0f51410",
"type": "main",
"index": 0
}
]
]
},
"cda508d2-2f10-4d48-8196-f17e20dbb416": {
"main": [
[]
]
},
"83e7b9fa-13cd-48b2-81e3-2d9fd0f51410": {
"main": [
[
{
"node": "4183ba34-e5a7-4ee1-866a-e6e725b51589",
"type": "main",
"index": 0
}
]
]
},
"8b00e3d3-9d8a-4d0d-8971-1666c3158c66": {
"main": [
[
{
"node": "ca095dda-3ac1-4e08-ad67-c4cdea232271",
"type": "main",
"index": 0
}
]
]
},
"ca095dda-3ac1-4e08-ad67-c4cdea232271": {
"main": [
[
{
"node": "cda508d2-2f10-4d48-8196-f17e20dbb416",
"type": "main",
"index": 0
}
]
]
},
"2de370c0-4c08-4154-8f93-c2856b983466": {
"main": [
[
{
"node": "8264d6a6-d174-474f-804c-17859327e2d1",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
이미지 기반 AI가 생성하는 비디오
이미지에서 AI 드라이브 비디오 🎥 생성 및 Google Drive에 업로드
If
Set
Wait
+
If
Set
Wait
13 노드Davide
인공지능
WooCommerce 의류 카탈로그의 AI 가상 피팅
WooCommerce 의류 카탈로그의 AI 가상 피팅 자동 생성
If
Set
Wait
+
If
Set
Wait
21 노드Davide
영업
전자상거래 웹사이트 가상 피팅 폼
WooCommerce, Shopify, Prestashop 기반 AI 기반 원클릭 가상 피팅룸
If
Ftp
Form
+
If
Ftp
Form
16 노드Davide
인공지능
GIF에서 얼굴 바꾸기
Fal.run AI와 Google 서비스를 사용한 GIF 얼굴 교환 자동화
If
Set
Wait
+
If
Set
Wait
19 노드Davide
디자인
이미지를 3D로 변환
Fal.ai Trellis를 사용하여 이미지를 3D 모델로 변환하고 Google Drive에 저장
If
Set
Wait
+
If
Set
Wait
17 노드Davide
디자인
Google Veo3를 사용하여 비디오 생성하고 YouTube에 업로드
Google Veo3를 사용하여 AI 비디오 생성, Google 클라우드 드라이브에 저장하고 YouTube에 업로드
If
Set
Wait
+
If
Set
Wait
22 노드Davide
인공지능
워크플로우 정보
난이도
중급
노드 수12
카테고리1
노드 유형6
저자
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에서 보기 →
이 워크플로우 공유