🎬 Generate 3D models & textures from images with Hunyuan3D AI

1,917 views · 🎬 Content Creation & Video

Description

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”

2️⃣ Set API Key


💡 Beginner Benefit


🤖 Section 2: Send Job to Replicate

⚙️ Nodes

3️⃣ Create Prediction (HTTP Request)

4️⃣ Extract Prediction ID (Code)


💡 Beginner Benefit


Section 3: Poll Until Complete

⚙️ Nodes

5️⃣ Wait (2s)

6️⃣ Check Prediction Status (HTTP Request)

7️⃣ Check If Complete (IF Node)


💡 Beginner Benefit


📦 Section 4: Process the Result

⚙️ Nodes

8️⃣ Process Result (Code)


💡 Beginner Benefit


📊 Workflow Overview

SectionWhat happensKey NodesBenefit
⚡ Trigger & SetupStart workflow + set API keyManual Trigger, SetEasy one-click start
🤖 Send JobSend input & get prediction IDCreate Prediction, Extract IDLaunches AI generation
⏳ Poll Until CompleteWaits + checks status until readyWait, Check Status, IFAutomated loop, no manual refresh
📦 Process ResultCollects output & metricsProcess ResultClean 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.


🔗 Nodes Used

HTTP Request

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup