Hunyuan3D 2.0 Introduction


- Geometry Generation Model (Hunyuan3D-DiT): Based on a flow diffusion Transformer architecture, it generates untextured geometric models that precisely match input conditions.
- Texture Generation Model (Hunyuan3D-Paint): Combines geometric conditions and multi-view diffusion techniques to add high-resolution textures to models, supporting PBR materials.
- High-Precision Generation: Sharp geometric structures, rich texture colors, support for PBR material generation, achieving near-realistic lighting effects.
- Diverse Usage Methods: Provides code calls, Blender plugins, Gradio applications, and online experience through the official website, suitable for different user needs.
- Lightweight and Compatibility: The Hunyuan3D-2mini model requires only 5GB VRAM, the standard version needs 6GB VRAM for shape generation, and the complete process (shape + texture) requires only 12GB VRAM.
- Using Hunyuan3D-2mv with multiple view inputs to generate 3D models
- Using Hunyuan3D-2mv-turbo with multiple view inputs to generate 3D models
- Using Hunyuan3D-2 with a single view input to generate 3D models
ComfyUI now natively supports Hunyuan3D-2mv, but does not yet support texture and material generation. Please make sure you have updated to the latest version of ComfyUI before starting.The workflow example PNG images in this tutorial contain workflow JSON in their metadata:
- You can drag them directly into ComfyUI
- Or use the menu
Workflows
->Open (ctrl+o)
.glb
format models will be output to the ComfyUI/output/mesh
folder.ComfyUI Hunyuan3D-2mv Workflow Example
In the Hunyuan3D-2mv workflow, we’ll use multi-view images to generate a 3D model. Note that multiple view images are not mandatory in this workflow - you can use only thefront
view image to generate a 3D model.
Make sure your ComfyUI is updated.Workflows in this guide can be found in the Workflow Templates.
If you can’t find them in the template, your ComfyUI may be outdated.(Desktop version’s update will delay sometime)If nodes are missing when loading a workflow, possible reasons:
- You are not using the latest ComfyUI version(Nightly version)
- You are using Stable or Desktop version (Latest changes may not be included)
- Some nodes failed to import at startup
1. Workflow
Please download the images below and drag into ComfyUI to load the workflow.



In this example, the input images have already been preprocessed to remove excess background. In actual use, you can use custom nodes like ComfyUI_essentials to automatically remove excess background.
2. Manual Model Installation
Download the model below and save it to the corresponding ComfyUI folder- hunyuan3d-dit-v2-mv: model.fp16.safetensors - after downloading, you can rename it to
hunyuan3d-dit-v2-mv.safetensors
3. Steps to Run the Workflow

- Ensure that the Image Only Checkpoint Loader(img2vid model) has loaded our downloaded and renamed
hunyuan3d-dit-v2-mv.safetensors
model - Load the corresponding view images in each of the
Load Image
nodes - Click the
Queue
button, or use the shortcutCtrl(cmd) + Enter
to run the workflow
Hunyuan3Dv2ConditioningMultiView
node, and ensure that you load the corresponding view images in the Load Image
nodes.
Hunyuan3D-2mv-turbo Workflow
In the Hunyuan3D-2mv-turbo workflow, we’ll use the Hunyuan3D-2mv-turbo model to generate 3D models. This model is a step distillation version of Hunyuan3D-2mv, allowing for faster 3D model generation. In this version of the workflow, we setcfg
to 1.0 and add a flux guidance
node to control the distilled cfg
generation.
1. Workflow
Please download the images below and drag into ComfyUI to load the workflow.


2. Manual Model Installation
Download the model below and save it to the corresponding ComfyUI folder- hunyuan3d-dit-v2-mv-turbo: model.fp16.safetensors - after downloading, you can rename it to
hunyuan3d-dit-v2-mv-turbo.safetensors
3. Steps to Run the Workflow

- Ensure that the
Image Only Checkpoint Loader(img2vid model)
node has loaded our renamedhunyuan3d-dit-v2-mv-turbo.safetensors
model - Load the corresponding view images in each of the
Load Image
nodes - Click the
Queue
button, or use the shortcutCtrl(cmd) + Enter
to run the workflow
Hunyuan3D-2 Single View Workflow
In the Hunyuan3D-2 workflow, we’ll use the Hunyuan3D-2 model to generate 3D models. This model is not a multi-view model. In this workflow, we use theHunyuan3Dv2Conditioning
node instead of the Hunyuan3Dv2ConditioningMultiView
node.
1. Workflow
Please download the image below and drag it into ComfyUI to load the workflow.

2. Manual Model Installation
Download the model below and save it to the corresponding ComfyUI folder- hunyuan3d-dit-v2-0: model.fp16.safetensors - after downloading, you can rename it to
hunyuan3d-dit-v2.safetensors
3. Steps to Run the Workflow

- Ensure that the
Image Only Checkpoint Loader(img2vid model)
node has loaded our renamedhunyuan3d-dit-v2.safetensors
model - Load the image in the
Load Image
node - Click the
Queue
button, or use the shortcutCtrl(cmd) + Enter
to run the workflow
Community Resources
Below are ComfyUI community resources related to Hunyuan3D-2Hunyuan3D 2.0 Open-Source Model Series
Currently, Hunyuan3D 2.0 has open-sourced multiple models covering the complete 3D generation process. You can visit Hunyuan3D-2 for more information. Hunyuan3D-2mini SeriesModel | Description | Date | Parameters | Huggingface |
---|---|---|---|---|
Hunyuan3D-DiT-v2-mini | Mini Image to Shape Model | 2025-03-18 | 0.6B | Visit |
Model | Description | Date | Parameters | Huggingface |
---|---|---|---|---|
Hunyuan3D-DiT-v2-mv-Fast | Guidance Distillation Version, can halve DIT inference time | 2025-03-18 | 1.1B | Visit |
Hunyuan3D-DiT-v2-mv | Multi-view Image to Shape Model, suitable for 3D creation requiring multiple angles to understand the scene | 2025-03-18 | 1.1B | Visit |
Model | Description | Date | Parameters | Huggingface |
---|---|---|---|---|
Hunyuan3D-DiT-v2-0-Fast | Guidance Distillation Model | 2025-02-03 | 1.1B | Visit |
Hunyuan3D-DiT-v2-0 | Image to Shape Model | 2025-01-21 | 1.1B | Visit |
Hunyuan3D-Paint-v2-0 | Texture Generation Model | 2025-01-21 | 1.3B | Visit |
Hunyuan3D-Delight-v2-0 | Image Delight Model | 2025-01-21 | 1.3B | Visit |