Block 1 - On clicking 'execute'
- 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.
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: ...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yaron Been.
Original n8n.io sourceThis 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.
1️⃣ On Clicking “Execute”
2️⃣ Set API Key
💡 Beginner Benefit
3️⃣ Create Prediction (HTTP Request)
What it does: Sends a POST request to Replicate’s API with:
70d0d816...ae75f)steps, seed, generate_texture, remove_backgroundWhy it’s useful: This kicks off the AI generation job on Replicate’s servers.
4️⃣ Extract Prediction ID (Code)
💡 Beginner Benefit
5️⃣ Wait (2s)
6️⃣ Check Prediction Status (HTTP Request)
7️⃣ Check If Complete (IF Node)
What it does:
status = succeeded → process results.💡 Beginner Benefit
8️⃣ Process Result (Code)
What it does: Extracts:
statusoutput (final generated file/URL)metrics (performance stats)created_at, completed_at)Why it’s useful: Packages the response neatly for storage, email, or sending elsewhere.
💡 Beginner Benefit
| 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 |
✅ 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.
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 | 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 |
Use the JSON export at /data/workflows/7111/7111.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.
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: ...
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.