Skip to main content

Convert images to 3D models with Fal AI Trellis and store in Google Drive

Workflow preview

Workflow preview
100%
Convert images to 3D models with Fal AI Trellis and store in Google Drive preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This 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 ...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.

Original n8n.io source

1.1 Workflow description

Title
Convert images to 3D models with Fal AI Trellis and store in Google Drive
Workflow name
Convert images to 3D models with Fal AI Trellis and store in Google Drive

This 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.


Main Steps

  1. Trigger Node: Initiates the workflow either via HTTP request, webhook, or manual execution.
  2. Image Upload or Input: The image is acquired via direct upload or URL input.
  3. API Integration: The image is sent to a 3D generation API (e.g., a service like Kaedim, Luma Labs, or a custom AI model).
  4. Model Generation: The external API processes the image and creates a 3D model.
  5. File Storage: The resulting 3D model is stored in cloud storage (e.g., S3, Google Drive, or a local server).
  6. Response to User: A download link for the 3D model is returned to the user via the same communication channel (HTTP response, email, or chat).

Advantages

  • Automation: Eliminates the need for manual 3D modeling, saving time for artists, developers, and designers.
  • AI-Powered: Leverages AI to generate realistic and usable 3D models from simple 2D inputs.
  • Scalability: Can be triggered automatically and scaled up to handle many requests via n8n's automation.
  • Integration-Friendly: Easily extendable with other services like Discord, Telegram, or marketplaces for 3D assets.
  • No-Code Configuration: Built with n8n’s visual interface, making it editable without programming knowledge.

How It Works

  1. Trigger: The workflow can be started manually ("When clicking ‘Test workflow’") or automatically at scheduled intervals ("Schedule Trigger").
  2. Data Retrieval: The "Get new image" node fetches data from a Google Sheet, including the model image, product image, and product ID.
  3. 3D Image Creation: The "Create 3D Image" node sends the image data to the Fal.run API (Trellis) to generate a 3D model.
  4. Status Check: The workflow periodically checks the request status ("Get status" and "Wait 60 sec.") until the job is marked as "COMPLETED."
  5. Result Processing: Once completed, the 3D model URL is retrieved ("Get Url 3D image"), the file is downloaded ("Get File 3D image"), and uploaded to Google Drive ("Upload 3D Image").
  6. Sheet Update: The final 3D model URL is written back to the Google Sheet ("Update result").

Set Up Steps

  1. Prepare Google Sheet:

    • Create a Google Sheet with columns: IMAGE MODEL and 3D RESULT (empty).
    • Example sheet: Google Sheet Template.
  2. Obtain Fal.run API Key:

    • Sign up at Fal.ai and get an API key.
    • Configure the Authorization header in the "Create 3D Image" node with Key YOURAPIKEY.
  3. Configure Workflow Execution:

    • Run manually via the Test workflow button.
    • For automation, set up the Schedule Trigger node (e.g., every 5 minutes).
  4. Verify Credentials: Ensure Google Sheets, Google Drive, and Fal.run API credentials are correctly set in n8n.

Once configured, the workflow processes new entries in the Google Sheet, generates 3D models, and updates the results automatically.


Need help customizing?

Contact me for consulting and support or add me on Linkedin.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Get status

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - Wait 60 sec.

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 4 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 5 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Completed?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - Update result

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 9 - Set data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Get new image

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 14 - Create 3D Image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Get Url 3D image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - Get File 3D image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Upload 3D Image

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

3. Summary Table

Workflow Convert images to 3D models with Fal AI Trellis and store in Google Drive
Complexity advanced
Nodes 17
Categories Content Creation, Multimodal AI
Author Davide
Published 06 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3894/3894.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Convert images to 3D models with Fal AI Trellis and store in Google Drive do?

This 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 ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.