Skip to main content

Generate 3D models & textures from images with Hunyuan3D AI

Workflow preview

Workflow preview
100%
Generate 3D models & textures from images with Hunyuan3D AI preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Generate 3D Models & Textures from Images with Hunyuan3D AI This workflow connects n8n → Replicate API to generate 3D like outputs using the ndreca/hunyuan3d 2.1 test model. It handles everything: ...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate 3D models & textures from images with Hunyuan3D AI
Workflow name
Generate 3D models & textures from images with Hunyuan3D AI

Generate 3D Models & Textures from Images with Hunyuan3D AI

This workflow connects n8n → Replicate API to generate 3D-like outputs using the ndreca/hunyuan3d-2.1-test model. It handles everything: sending the request, waiting for processing, checking status, and returning results.


Section 1: Trigger & Setup

⚙️ Nodes

1️⃣ On Clicking “Execute”

  • What it does: Starts the workflow manually in n8n.
  • Why it’s useful: Great for testing or one-off runs before automation.

2️⃣ Set API Key

  • What it does: Stores your Replicate API Key.
  • Why it’s useful: Keeps authentication secure and reusable across HTTP nodes.

💡 Beginner Benefit

  • No coding needed — just paste your API key once.
  • Easy to test: press Execute, and you’re live.

🤖 Section 2: Send Job to Replicate

⚙️ Nodes

3️⃣ Create Prediction (HTTP Request)

  • What it does: Sends a POST request to Replicate’s API with:

    • Model version (70d0d816...ae75f)
    • Input image URL
    • Parameters like steps, seed, generate_texture, remove_background
  • Why it’s useful: This kicks off the AI generation job on Replicate’s servers.

4️⃣ Extract Prediction ID (Code)

  • What it does: Grabs the prediction ID from the API response and builds a status-check URL.
  • Why it’s useful: Every job has a unique ID — this lets us track progress later.

💡 Beginner Benefit

  • You don’t need to worry about JSON parsing — the workflow extracts the ID automatically.
  • Everything is reusable if you run multiple generations.

Section 3: Poll Until Complete

⚙️ Nodes

5️⃣ Wait (2s)

  • What it does: Pauses for 2 seconds before checking the job status.
  • Why it’s useful: Prevents spamming the API with too many requests.

6️⃣ Check Prediction Status (HTTP Request)

  • What it does: GET request to see if the job is finished.

7️⃣ Check If Complete (IF Node)

  • What it does:

    • If status = succeeded → process results.
    • If not → loops back to Wait and checks again.

💡 Beginner Benefit

  • Handles waiting logic for you — no manual refreshing needed.
  • Keeps looping until the AI job is really done.

📦 Section 4: Process the Result

⚙️ Nodes

8️⃣ Process Result (Code)

  • What it does: Extracts:

    • status
    • output (final generated file/URL)
    • metrics (performance stats)
    • Timestamps (created_at, completed_at)
    • Model info
  • Why it’s useful: Packages the response neatly for storage, email, or sending elsewhere.


💡 Beginner Benefit

  • Get clean, structured data ready for saving or sending.
  • Can be extended easily: push output to Google Drive, Notion, or Slack.

📊 Workflow Overview

Section What happens Key Nodes Benefit
⚡ Trigger & Setup Start workflow + set API key Manual Trigger, Set Easy one-click start
🤖 Send Job Send input & get prediction ID Create Prediction, Extract ID Launches AI generation
⏳ Poll Until Complete Waits + checks status until ready Wait, Check Status, IF Automated loop, no manual refresh
📦 Process Result Collects output & metrics Process Result Clean result for next steps

🎯 Overall Benefits

✅ Fully automates Replicate model runs ✅ Handles waiting, retries, and completion checks ✅ Clean final output with status + metrics ✅ Beginner-friendly — just add API key + input image ✅ Extensible: connect results to Google Sheets, Gmail, Slack, or databases


✨ In short: This is a no-code AI image-to-3D content generator powered by Replicate and automated by n8n.


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 - On clicking 'execute'

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

Block 2 - Set API Key

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

Block 3 - Create Prediction

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

Block 4 - Extract Prediction ID

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Wait

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

Block 6 - Check Prediction Status

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

Block 7 - Check If Complete

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

Block 8 - Process Result

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Sticky Note

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

Block 10 - Sticky Note9

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

Block 11 - Sticky Note4

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

3. Summary Table

Workflow Generate 3D models & textures from images with Hunyuan3D AI
Complexity intermediate
Nodes 14
Categories Content Creation, Multimodal AI
Author Yaron Been
Published 07 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7111/7111.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 Generate 3D models & textures from images with Hunyuan3D AI do?

Generate 3D Models & Textures from Images with Hunyuan3D AI This workflow connects n8n → Replicate API to generate 3D like outputs using the ndreca/hunyuan3d 2.1 test model. It handles everything: ...

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.