Use this powerful n8n workflow to automate 3D model generation from images using the Hunyuan3D model on Replicate. Set up credentials and deploy this n8n template easily.
Download this n8n workflow template and start using it instantly.
3D Artists and Designers looking to automate asset creation.
Developers building automated content pipelines.
Users seeking efficient n8n templates for AI model interaction.
Anyone needing a reliable n8n workflow for long-running, asynchronous API tasks.
Generating complex 3D assets using AI models like Hunyuan3D is typically an asynchronous process. This means the API call starts the job but doesn't immediately return the final result; you must continuously check (poll) its status. This dedicated n8n workflow solves this complexity by providing a robust polling mechanism built around the standard n8n node functionality.
This specific n8n workflow utilizes an HTTP Request n8n node to initiate the generation on Replicate and then uses a structured loop (Wait and If n8n nodes) to repeatedly check the job status until the 3D model generation is complete. It transforms a lengthy development challenge into a reusable, efficient n8n template, ensuring reliable output retrieval.
This comprehensive n8n workflow is initiated by a manual n8n trigger, designed for easy testing and integration.
ndreca/hunyuan3d-2-test model version and defining input parameters like the source image URL, seed, and optimization settings.output (the generated 3D model file/URL) and relevant metadata, delivering the final structured data to the end of the n8n workflow.To set up this powerful n8n workflow template, follow these steps:
"image": "https://example.com/input.other" with the URL of the image you wish to convert into a 3D model. On clicking 'execute' (Manual Trigger n8n trigger): Serves as the starting point for manual testing and execution of the n8n workflow.
Set API Key (Set n8n node): Essential for secure operation. It sets the replicateapikey variable, which is dynamically passed as a Bearer token in subsequent HTTP Request n8n nodes.
Create Prediction (HTTP Request n8n node): Initiates the AI generation job on Replicate. Key configuration includes using a POST method, sending a JSON body with input image details, and setting the Authorization header using the API key variable.
Extract Prediction ID (Code n8n node): A custom scripting n8n node that extracts the unique ID and constructs the necessary polling URL (predictionUrl) for tracking the asynchronous job status.
Wait (Wait n8n node): Implements a necessary delay (2 seconds) to manage the polling frequency and adhere to API rate limits during the asynchronous execution of this n8n workflow.
Check Prediction Status (HTTP Request n8n node): The core polling n8n node. It repeatedly fetches the status of the job using the dynamically created prediction URL.
Check If Complete (If n8n node): Controls the loop structure. It checks if $json.status is 'succeeded'. If not, the n8n workflow flow returns to the 'Wait' node.
Process Result (Code n8n node): The final transformation n8n node, standardizing the successful output data, extracting the 3D model URL, and providing execution metrics.
Use this comprehensive n8n workflow to automate the generation of 3D models and textures via the Hunyuan3D AI model on Replicate. Includes robust status polling using custom n8n nodes.

Leverage this advanced n8n workflow to generate complex 3D mesh outputs from images using the fire/part-crafter model on Replicate. This n8n template includes robust polling logic.

Automate 360° virtual try-on video creation for clothing using the Kling API via this comprehensive n8n workflow. Learn how to set up this powerful n8n template for e-commerce media generation.

Automate 3D structured image generation using the powerful fire/part-crafter AI model on Replicate. This robust n8n workflow includes comprehensive polling logic, retries, and error handling for production use.

Automate event prep with this powerful n8n workflow. Triggered by Google Calendar, it uses AI (GPT) to generate detailed task lists and organizes them automatically in Notion.

Use this powerful n8n workflow to automate the creation of short-form video scripts and 9:16 social media images using OpenAI and Leonardo.ai, storing assets in Airtable. Explore advanced n8n templates for generative AI.

Building AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos







































