이미지를 3D로 변환
고급
이것은Design, AI분야의자동화 워크플로우로, 17개의 노드를 포함합니다.주로 If, Set, Wait, GoogleDrive, HttpRequest 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Fal.ai Trellis를 사용하여 이미지를 3D 모델로 변환하고 Google Drive에 저장
사전 요구사항
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "XiwLd0JwGmDoY0mr",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "Image-to-3D",
"tags": [],
"nodes": [
{
"id": "8cc77575-854f-4359-8faa-fc78b8c23b65",
"name": "'워크플로 테스트' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-220,
400
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0dc7e6b8-43b8-4b9a-aa7a-4a100598162f",
"name": "상태 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
840,
400
],
"parameters": {
"url": "=https://queue.fal.run/fal-ai/trellis/requests/{{ $('Create 3D Image').item.json.request_id }}/status ",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "daOZafXpRXLtoLUV",
"name": "Fal.run API"
}
},
"typeVersion": 4.2
},
{
"id": "7540df1c-35e2-4ac5-871d-4d8410217979",
"name": "60초 대기",
"type": "n8n-nodes-base.wait",
"position": [
660,
400
],
"webhookId": "e10e9912-38e7-4e1f-ad7e-52b1e6a65d79",
"parameters": {
"amount": 60
},
"typeVersion": 1.1
},
{
"id": "44c4b506-2a14-40ca-a75f-7af86ef5a9af",
"name": "일정 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-220,
260
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
"typeVersion": 1.2
},
{
"id": "ca8b3bcd-3eb6-4723-b2ea-a973582d46af",
"name": "고정 메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-220,
-860
],
"parameters": {
"color": 3,
"width": 740,
"height": 520,
"content": "# Image-to-3D\n\n\nThis workflow allows users to convert a 2D image into a 3D model by integrating multiple AI and web services. The process begins with a user uploading or providing an image URL, which is then sent to a generative AI model capable of interpreting the content and generating a 3D representation in .glb format. The model is then stored and a download link is returned to the user.\n\n"
},
"typeVersion": 1
},
{
"id": "2230e7a5-225d-4538-b091-a9fbeedb1323",
"name": "고정 메모4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-220,
-300
],
"parameters": {
"width": 740,
"height": 200,
"content": "## STEP 1 - GOOGLE SHEET\nCreate a [Google Sheet like this](https://docs.google.com/spreadsheets/d/1C0Et6X3Zwr_6CxeNjhLpDwjAfIGeUvLGFawckKb0utY/edit?usp=sharing).\n\nPlease insert:\n- in the \"IMAGE MODEL\" column the basic image of the model to dress\n\nLeave the \"3D RESULT\" column unfilled. It will be inserted by the system once the image has been created"
},
"typeVersion": 1
},
{
"id": "3aad3211-e6fc-4e4b-9c59-7dd82827a43b",
"name": "완료됨?",
"type": "n8n-nodes-base.if",
"position": [
1020,
400
],
"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": "6ad70838-dbf4-4cb1-9b61-4cf6e1fcdf6a",
"name": "결과 업데이트",
"type": "n8n-nodes-base.googleSheets",
"position": [
440,
780
],
"parameters": {
"columns": {
"value": {
"row_number": "={{ $('Get new image').item.json.row_number }}",
"IMAGE RESULT": "={{ $('Get Url 3D image').item.json.model_mesh.url }}"
},
"schema": [
{
"id": "IMAGE MODEL",
"type": "string",
"display": true,
"required": false,
"displayName": "IMAGE MODEL",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "IMAGE PRODUCT",
"type": "string",
"display": true,
"required": false,
"displayName": "IMAGE PRODUCT",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "PRODUCT ID",
"type": "string",
"display": true,
"required": false,
"displayName": "PRODUCT ID",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "IMAGE RESULT",
"type": "string",
"display": true,
"required": false,
"displayName": "IMAGE RESULT",
"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": "1C0Et6X3Zwr_6CxeNjhLpDwjAfIGeUvLGFawckKb0utY",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1C0Et6X3Zwr_6CxeNjhLpDwjAfIGeUvLGFawckKb0utY/edit?usp=drivesdk",
"cachedResultName": "Image to 3D"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "JYR6a64Qecd6t8Hb",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "239b45b3-94cc-43a9-aa2e-2c85725f4cc0",
"name": "데이터 설정",
"type": "n8n-nodes-base.set",
"position": [
220,
400
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "c713d31f-9abd-496a-ac79-e8e2efe60aa0",
"name": "image",
"type": "string",
"value": "={{ $json['IMAGE'] }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "70908a7d-72a5-4131-a82b-ed455a453fd5",
"name": "고정 메모5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-220,
120
],
"parameters": {
"width": 740,
"height": 100,
"content": "## STEP 3 - 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": "d81f8aa0-3302-4a26-9425-aeb2a87674e7",
"name": "고정 메모6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-220,
-60
],
"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": "484d029d-b88f-48bb-b487-e7a50b47eb7d",
"name": "고정 메모7",
"type": "n8n-nodes-base.stickyNote",
"position": [
400,
340
],
"parameters": {
"width": 180,
"height": 200,
"content": "Set API Key created in Step 2"
},
"typeVersion": 1
},
{
"id": "7061d7c1-7da8-473c-98a3-57dc15def557",
"name": "새 이미지 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
0,
400
],
"parameters": {
"options": {},
"filtersUI": {
"values": [
{
"lookupColumn": "3D RESULT"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1C0Et6X3Zwr_6CxeNjhLpDwjAfIGeUvLGFawckKb0utY/edit#gid=0",
"cachedResultName": "Foglio1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1C0Et6X3Zwr_6CxeNjhLpDwjAfIGeUvLGFawckKb0utY",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1C0Et6X3Zwr_6CxeNjhLpDwjAfIGeUvLGFawckKb0utY/edit?usp=drivesdk",
"cachedResultName": "Image to 3D"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "JYR6a64Qecd6t8Hb",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "edcdc4f0-4e7f-4fec-af9c-bbe8bf6bd8e6",
"name": "3D 이미지 생성",
"type": "n8n-nodes-base.httpRequest",
"position": [
440,
400
],
"parameters": {
"url": "https://queue.fal.run/fal-ai/trellis",
"method": "POST",
"options": {},
"jsonBody": "={\n \"image_url\": \"{{ $json.image }}\",\n \"ss_guidance_strength\": 7.5,\n \"ss_sampling_steps\": 12,\n \"slat_guidance_strength\": 3,\n \"slat_sampling_steps\": 12,\n \"mesh_simplify\": 0.95,\n \"texture_size\": 1024\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": "9ac6f843-090f-4c15-88e7-46ee494ed1b9",
"name": "3D 이미지 URL 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
-220,
780
],
"parameters": {
"url": "=https://queue.fal.run/fal-ai/trellis/requests/{{ $json.request_id }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "daOZafXpRXLtoLUV",
"name": "Fal.run API"
}
},
"typeVersion": 4.2
},
{
"id": "a02ac260-c88a-4c5a-9fc6-7230b95c462b",
"name": "3D 이미지 파일 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
0,
780
],
"parameters": {
"url": "={{ $json.model_mesh.url }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "311be624-4707-4361-a58a-ee90ff42490c",
"name": "3D 이미지 업로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
220,
780
],
"parameters": {
"name": "={{ $now.format('yyyyLLddHHmmss') }}-{{ $('Get Url 3D image').item.json.model_mesh.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
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "2f0d3488-25ac-4332-a8e3-62d7b34b96ae",
"connections": {
"239b45b3-94cc-43a9-aa2e-2c85725f4cc0": {
"main": [
[
{
"node": "edcdc4f0-4e7f-4fec-af9c-bbe8bf6bd8e6",
"type": "main",
"index": 0
}
]
]
},
"3aad3211-e6fc-4e4b-9c59-7dd82827a43b": {
"main": [
[
{
"node": "9ac6f843-090f-4c15-88e7-46ee494ed1b9",
"type": "main",
"index": 0
}
],
[
{
"node": "7540df1c-35e2-4ac5-871d-4d8410217979",
"type": "main",
"index": 0
}
]
]
},
"0dc7e6b8-43b8-4b9a-aa7a-4a100598162f": {
"main": [
[
{
"node": "3aad3211-e6fc-4e4b-9c59-7dd82827a43b",
"type": "main",
"index": 0
}
]
]
},
"7540df1c-35e2-4ac5-871d-4d8410217979": {
"main": [
[
{
"node": "0dc7e6b8-43b8-4b9a-aa7a-4a100598162f",
"type": "main",
"index": 0
}
]
]
},
"7061d7c1-7da8-473c-98a3-57dc15def557": {
"main": [
[
{
"node": "239b45b3-94cc-43a9-aa2e-2c85725f4cc0",
"type": "main",
"index": 0
}
]
]
},
"6ad70838-dbf4-4cb1-9b61-4cf6e1fcdf6a": {
"main": [
[]
]
},
"edcdc4f0-4e7f-4fec-af9c-bbe8bf6bd8e6": {
"main": [
[
{
"node": "7540df1c-35e2-4ac5-871d-4d8410217979",
"type": "main",
"index": 0
}
]
]
},
"311be624-4707-4361-a58a-ee90ff42490c": {
"main": [
[
{
"node": "6ad70838-dbf4-4cb1-9b61-4cf6e1fcdf6a",
"type": "main",
"index": 0
}
]
]
},
"9ac6f843-090f-4c15-88e7-46ee494ed1b9": {
"main": [
[
{
"node": "a02ac260-c88a-4c5a-9fc6-7230b95c462b",
"type": "main",
"index": 0
}
]
]
},
"a02ac260-c88a-4c5a-9fc6-7230b95c462b": {
"main": [
[
{
"node": "311be624-4707-4361-a58a-ee90ff42490c",
"type": "main",
"index": 0
}
]
]
},
"8cc77575-854f-4359-8faa-fc78b8c23b65": {
"main": [
[
{
"node": "7061d7c1-7da8-473c-98a3-57dc15def557",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 디자인, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
GIF에서 얼굴 바꾸기
Fal.run AI와 Google 서비스를 사용한 GIF 얼굴 교환 자동화
If
Set
Wait
+
If
Set
Wait
19 노드Davide
디자인
WooCommerce 의류 카탈로그의 AI 가상 피팅
WooCommerce 의류 카탈로그의 AI 가상 피팅 자동 생성
If
Set
Wait
+
If
Set
Wait
21 노드Davide
영업
Google Veo3를 사용하여 비디오 생성하고 YouTube에 업로드
Google Veo3를 사용하여 AI 비디오 생성, Google 클라우드 드라이브에 저장하고 YouTube에 업로드
If
Set
Wait
+
If
Set
Wait
22 노드Davide
인공지능
Google Veo3 Fast를 사용하여 더 저렴한 비디오 생성 및 소셜 미디어 업로드
Veo3 Fast를 통해 저비용 AI 비디오 생성 및 YouTube, TikTok 업로드
If
Set
Wait
+
If
Set
Wait
23 노드Davide
콘텐츠 제작
Sora2 Pro를 사용하여 비디오 생성하고 YouTube에 업로드
Sora2 Pro를 사용하여 AI 비디오 생성, Google 클라우드 드라이브에 저장하고 YouTube에 업로드
If
Set
Wait
+
If
Set
Wait
22 노드Davide
Google Veo3 Fast를 사용하여 비디오 생성并통해 Postiz로 TikTok에 업로드
Google Veo3 Fast와 Postiz를 사용하여 저비용 바이러스성 AI 비디오 생성 TikTok
If
Set
Wait
+
If
Set
Wait
22 노드Davide
콘텐츠 제작
워크플로우 정보
난이도
고급
노드 수17
카테고리2
노드 유형9
저자
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에서 보기 →
이 워크플로우 공유