Flux Dev 이미지 생성 Fal.ai
중급
이것은AI분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 If, Set, Wait, GoogleDrive, HttpRequest 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Flux Dev 이미지 생성(Fal.ai)을 Google 드라이브로
사전 요구사항
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "nJwkSOrJIFvutw1n",
"meta": {
"instanceId": "08daa2aa5b6032ff63690600b74f68f5b0f34a3b100102e019b35c4419168977"
},
"name": "Flux Dev Image Generation Fal.ai",
"tags": [],
"nodes": [
{
"id": "00f3a7d9-9931-40a4-8eb5-5b9086d6995c",
"name": "Fal Flux",
"type": "n8n-nodes-base.httpRequest",
"position": [
420,
0
],
"parameters": {
"url": "https://queue.fal.run/fal-ai/flux/dev",
"method": "POST",
"options": {},
"jsonBody": "={\n \"prompt\": \"{{ $json.Prompt }}\",\n \"image_size\": {\n \"width\": {{ $json.Width }},\n \"height\": {{ $json.Height }}\n},\n \"num_inference_steps\": {{ $json.Steps }},\n \"guidance_scale\": {{ $json.Guidance }},\n \"num_images\": 1,\n \"enable_safety_checker\": true\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "lNxvZHlUafPAHBYN",
"name": "Fal Flux Header Auth account"
}
},
"typeVersion": 4.2
},
{
"id": "3032a543-2e21-415e-a5bd-d56ea33e4411",
"name": "이미지 결과 URL 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
1220,
-20
],
"parameters": {
"url": "=https://queue.fal.run/fal-ai/flux/requests/{{ $json.request_id }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "lNxvZHlUafPAHBYN",
"name": "Fal Flux Header Auth account"
}
},
"typeVersion": 4.2
},
{
"id": "56e13e53-1697-4970-9bea-b75e0e849425",
"name": "이미지 다운로드",
"type": "n8n-nodes-base.httpRequest",
"position": [
1400,
-20
],
"parameters": {
"url": "={{ $json.images[0].url }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "dd2efd2c-8712-4a77-8786-cccebdec876b",
"name": "Google Drive",
"type": "n8n-nodes-base.googleDrive",
"position": [
1580,
-20
],
"parameters": {
"name": "={{ $binary.data.fileName }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "1R3PSyHXWHlY9DRFdOUEAPEop2fZy-_-K",
"cachedResultUrl": "https://drive.google.com/drive/folders/1R3PSyHXWHlY9DRFdOUEAPEop2fZy-_-K",
"cachedResultName": "Flux Image"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "CFiX9XTXGg4hGaGV",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "a598d868-0461-41fc-b6aa-f9998e9d6146",
"name": "'워크플로 테스트' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-60,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a576d7b6-b2f3-4d53-8e7f-bb6449ff9c64",
"name": "메모지",
"type": "n8n-nodes-base.stickyNote",
"position": [
80,
-120
],
"parameters": {
"width": 260,
"height": 120,
"content": "## Set Parameter Here \nset Image Prompt and related settings"
},
"typeVersion": 1
},
{
"id": "d39e85a8-3ddd-4f10-ba4c-beb86a850e10",
"name": "3초 대기",
"type": "n8n-nodes-base.wait",
"position": [
640,
0
],
"webhookId": "61a8626c-e281-4d4b-abb0-b9d87d1b4e7c",
"parameters": {
"amount": 3
},
"typeVersion": 1.1
},
{
"id": "b27ac2f1-3f14-467e-81c4-af8b8fb37138",
"name": "상태 확인",
"type": "n8n-nodes-base.httpRequest",
"position": [
840,
0
],
"parameters": {
"url": "=https://queue.fal.run/fal-ai/flux/requests/{{ $json.request_id }}/status",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "lNxvZHlUafPAHBYN",
"name": "Fal Flux Header Auth account"
}
},
"typeVersion": 4.2
},
{
"id": "7ee45dab-8e31-44de-bbb1-e99a565ee19c",
"name": "완료됨?",
"type": "n8n-nodes-base.if",
"position": [
1020,
0
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "299a7c34-dcff-4991-a73f-5b1a84f188ea",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.status }}",
"rightValue": "COMPLETED"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "c5036a7d-1879-449f-8ce9-9c1cf2c7426b",
"name": "메모지1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1300,
-100
],
"parameters": {
"width": 220,
"height": 100,
"content": "## Set Drive Folder Here "
},
"typeVersion": 1
},
{
"id": "c8887168-6234-486c-b7cb-cc0752c6341c",
"name": "메모지2",
"type": "n8n-nodes-base.stickyNote",
"position": [
360,
-180
],
"parameters": {
"width": 260,
"height": 180,
"content": "### Generic Credential Type\n### Header : Authorization\nKey $FAL_KEY\"\n\nfor example:\nKey 6f2960baxxxxxxxxx"
},
"typeVersion": 1
},
{
"id": "587043c4-e808-4c3f-910f-60f5eb8aff15",
"name": "필드 편집",
"type": "n8n-nodes-base.set",
"position": [
180,
0
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "f0a033cf-fa2b-4930-93b9-ff9c45fa7c14",
"name": "Prompt",
"type": "string",
"value": "Thai young woman net idol 25 yrs old, walking on the street"
},
{
"id": "2b56185d-5c61-4c17-85f1-53ac4aab2b18",
"name": "Width",
"type": "number",
"value": 1024
},
{
"id": "51eb65c0-ae0a-4ce7-ab00-9d13f05ce1e6",
"name": "Height",
"type": "number",
"value": 768
},
{
"id": "8e89fca7-d380-4876-b973-69caa0394bc5",
"name": "Steps",
"type": "number",
"value": 30
},
{
"id": "875e06b7-352a-4dde-8595-3274e9969c9c",
"name": "Guidance",
"type": "number",
"value": 3.5
}
]
}
},
"typeVersion": 3.4
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "82877b10-5bbc-4c59-828b-4abc3ad53a5f",
"connections": {
"00f3a7d9-9931-40a4-8eb5-5b9086d6995c": {
"main": [
[
{
"node": "d39e85a8-3ddd-4f10-ba4c-beb86a850e10",
"type": "main",
"index": 0
}
]
]
},
"7ee45dab-8e31-44de-bbb1-e99a565ee19c": {
"main": [
[
{
"node": "3032a543-2e21-415e-a5bd-d56ea33e4411",
"type": "main",
"index": 0
}
],
[
{
"node": "d39e85a8-3ddd-4f10-ba4c-beb86a850e10",
"type": "main",
"index": 0
}
]
]
},
"d39e85a8-3ddd-4f10-ba4c-beb86a850e10": {
"main": [
[
{
"node": "b27ac2f1-3f14-467e-81c4-af8b8fb37138",
"type": "main",
"index": 0
}
]
]
},
"587043c4-e808-4c3f-910f-60f5eb8aff15": {
"main": [
[
{
"node": "00f3a7d9-9931-40a4-8eb5-5b9086d6995c",
"type": "main",
"index": 0
}
]
]
},
"b27ac2f1-3f14-467e-81c4-af8b8fb37138": {
"main": [
[
{
"node": "7ee45dab-8e31-44de-bbb1-e99a565ee19c",
"type": "main",
"index": 0
}
]
]
},
"56e13e53-1697-4970-9bea-b75e0e849425": {
"main": [
[
{
"node": "dd2efd2c-8712-4a77-8786-cccebdec876b",
"type": "main",
"index": 0
}
]
]
},
"3032a543-2e21-415e-a5bd-d56ea33e4411": {
"main": [
[
{
"node": "56e13e53-1697-4970-9bea-b75e0e849425",
"type": "main",
"index": 0
}
]
]
},
"a598d868-0461-41fc-b6aa-f9998e9d6146": {
"main": [
[
{
"node": "587043c4-e808-4c3f-910f-60f5eb8aff15",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI 스마트 어시스턴트: Supabase 스토리지 및 Google Drive 파일과 대화
AI스마트어시스턴트:与Supabase存储및Google Drive文件对话
If
Set
Wait
+
If
Set
Wait
62 노드Mark Shcherbakov
엔지니어링
WooCommerce 의류 카탈로그의 AI 가상 피팅
WooCommerce 의류 카탈로그의 AI 가상 피팅 자동 생성
If
Set
Wait
+
If
Set
Wait
21 노드Davide
영업
## 🤖 **LIGUA033/LOREALCANTARA - 其他생성워크플로우**
基于AI의Meta广告분석与생성:사용Gemini、GPT-4.1 Mini및广告관리器
If
Set
Wait
+
If
Set
Wait
61 노드Daniel Setzermann
인공지능
API 아키텍처 추출기
API 아키텍처 추출기
If
Set
Code
+
If
Set
Code
88 노드Polina Medvedieva
엔지니어링
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
디자인
워크플로우 정보
난이도
중급
노드 수12
카테고리1
노드 유형7
저자
Sira Ekabut
@siraekabutExcel & Power BI Trainer Hobbies : - Advanced AI Image Generation with ComfyUI - AI Automation with n8n
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유