Image to 3D (New)

The 'Image to 3D (New)' workflow introduces a groundbreaking approach to converting 2D images into 3D models using Hunyuan3D 2.1. This innovative technique leverages advanced algorithms to interpret depth and texture from a single image, creating a fully realized 3D model. Unlike previous methods that required multiple images or complex setups, Hunyuan3D 2.1 simplifies the process, making 3D model generation accessible to users with varying levels of expertise. This advancement is significant as it democratizes 3D content creation, allowing artists, designers, and developers to effortlessly transform their ideas into three-dimensional forms.

What sets Hunyuan3D 2.1 apart is its ability to maintain high fidelity and detail in the generated models. By utilizing sophisticated machine learning techniques, it captures intricate textures and accurate depth perception, ensuring that the resulting 3D models are not only visually appealing but also highly functional for various applications. This workflow is ideal for those looking to enhance their digital content creation pipeline, offering a seamless integration of 2D to 3D conversion with minimal input requirements.

API

Use this workflow from code

Every Comfy workflow is a JSON graph. The payload below is this workflow, exactly as ComfyUI runs it — fetch it from the URL, keep it in version control, or load it in ComfyUI and run it node by node.

GET https://comfy.org/workflows/download/983da4819066.json
Fetching workflow JSON…

Run it from Python or TypeScript with the Comfy SDK. The same code targets Comfy Cloud or a ComfyUI you host yourself — only the base URL changes.

# Install (beta)
pip install comfy-sdk        # Python
npm i @comfyorg/sdk          # TypeScript

# Run this workflow (Python)
from comfy_sdk import Comfy

client = Comfy(api_key="comfyui-...")
wf = client.workflows.from_file("workflow_api.json")
job = client.run(wf)
for output in job.get_outputs("<output-node-id>"):
    output.to_file(output.name)

The SDK takes a workflow in API format: open this workflow in ComfyUI and use File → Export Workflow (API). API access requires a Comfy Cloud plan with an API key. SDK docs · Get an API key

FAQ

Frequently Asked Questions

View all workflows
Character
Cinematic
Image to Video
Lip Sync
Multiple Angles
Portrait
Style Reference
Style Transfer
Text to Video
Video Generation
Video
Showing 30 of 30 templates