Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automates the process of generating 3D human body models (in format) from single image using SAM 3D model. It operates by connecting a Google Sheet as a data source with the external ...
n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow automates the process of generating 3D human body models (in .glb format) from single image using SAM-3D model. It operates by connecting a Google Sheet as a data source with the external AI processing API.
| Start | Result |
|---|---|
3D models allow precise analysis of posture, angles, and technique. Possible applications:
3D models can visually highlight imbalances or incorrect positions.
Photorealistic body reconstruction helps generate tailored outfits or evaluate fit.
Quick 3D reconstruction reduces production time for digital humans.
Human-body 3D models provide insights in scientific or practical contexts.
When allowed ethically and legally, 3D models can support investigations.
Artists often need unusual or complex human poses.
This workflow automates the process of generating 3D human body models (in .glb format) from single images using the FAL.AI SAM-3D service. It operates by connecting a Google Sheet as a data source with the external AI processing API. Here is the operational flow:
/fal-ai/sam-3/3d-body), which queues the job and returns a unique request_id.request_id. If the status is not "COMPLETED", it waits another 60 seconds and checks again..glb). This file is then downloaded via an HTTP request.row_number, thus marking the task as complete.To configure this workflow in your n8n environment, follow these steps:
Prepare the Google Sheet:
documentId points to your cloned sheet.Configure the FAL.AI API Connection:
Authorization and the Header Value to Key YOUR_API_KEY_HERE (replace with your actual key).Verify Workflow Logic (Key Nodes):
filtersUI is set to look for empty rows in the correct column (e.g., "3D RESULT" or "IMAGE RESULT").{{ $json.image }}).COMPLETED from {{ $json.status }}.row_number to match the row and updates the "IMAGE RESULT" column with the GLB URLActivate & Test:
👉 Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate 3D body model generation from images using SAM-3D & Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Content Creation, Multimodal AI |
| Author | Davide |
| Published | 03 Dec 2025 |
Use the JSON export at /data/workflows/11460/11460.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow automates the process of generating 3D human body models (in format) from single image using SAM 3D model. It operates by connecting a Google Sheet as a data source with the external ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.