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.
Download this n8n workflow template and start using it instantly.
3D Artists and Designers looking to rapidly prototype assets.
Developers integrating image-to-3D capabilities into applications.
n8n users seeking advanced examples of asynchronous API polling patterns.
Automation specialists utilizing AI generation services via an n8n node.
Generating complex AI content, such as 3D models, is an asynchronous process that often requires frequent checks (polling) to determine job status. This specialized n8n workflow solves this complexity by implementing a robust polling mechanism.
It takes an input image URL, submits the generation request to the Replicate API, and then enters a loop using the n8n node system until the model status changes to 'succeeded'. This ensures that the entire process, from initiation to result delivery, is fully automated within a single n8n environment. This powerful n8n template is ideal for integrating specialized AI services into larger production workflows.
This automation is triggered manually and follows a multi-step, asynchronous flow:
httpRequest n8n node to the Replicate API, initiating the 3D model generation request using the specified input image URL and generation parameters (like generating textures and removing the background).code n8n node immediately processes the API response to extract the unique prediction ID and the polling URL. This ID is crucial for tracking the job status.httpRequest n8n node, which queries the status using the prediction ID.code n8n node formats the result, extracting the final output URLs (the generated 3D model and textures) for subsequent use in the larger n8n workflow.To deploy this n8n workflow template, follow these steps:
https://example.com/input.other) with the actual URL of the image you want to convert into a 3D model. On clicking 'execute' (n8n trigger): This is the entry point, allowing manual start of the n8n workflow for testing and development.
Set API Key (Set n8n node): Securely assigns the replicateapikey to a variable used in subsequent httpRequest n8n nodes for authorization.
Create Prediction (HTTP Request n8n node): Sends the initial request to the Replicate API. Key configuration includes the POST method, specific model version (70d0d816b74578a2ee5e7906284ab8bd26cf4f6a3fb7797dcd58059b803ae75f), and input parameters like generate_texture: true.
Extract Prediction ID (Code n8n node): A critical n8n node for extracting the unique ID required for the asynchronous status check.
Wait (Wait n8n node): Pauses the n8n workflow for 2 seconds before checking the status again, preventing unnecessary load on the Replicate API during polling.
Check Prediction Status (HTTP Request n8n node): Polls the specific prediction URL to retrieve the current job status.
Check If Complete (If n8n node): The core decision point. It checks if $json.status equals 'succeeded'. This logic is vital for controlling the polling loop within this n8n workflow.
Process Result (Code n8n node): Gathers the final output links and job metadata when the generation is complete.
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.

Generate comprehensive, multi-platform social media intelligence reports automatically using this powerful n8n workflow. Integrates Bright Data MCP, OpenAI agents, and cross-verification logic to deliver formatted Google Docs.

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.

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.

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







































