Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/3d/hunyuan3D-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ In the Hunyuan3D-2mv workflow, we'll use multi-view images to generate a 3D mode
<UpdateReminder/>

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=3d_hunyuan3d_multiview_to_model&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28A745', color: '#FFFFFF', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

### 1. Workflow
Expand Down Expand Up @@ -95,7 +95,7 @@ If you need to add more views, make sure to load other view images in the `Hunyu
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 set `cfg` to 1.0 and add a `flux guidance` node to control the `distilled cfg` generation.

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=3d_hunyuan3d_multiview_to_model_turbo&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28A745', color: '#FFFFFF', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

### 1. Workflow
Expand Down Expand Up @@ -137,7 +137,7 @@ ComfyUI/
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 the `Hunyuan3Dv2Conditioning` node instead of the `Hunyuan3Dv2ConditioningMultiView` node.

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=3d_hunyuan3d_image_to_model&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28A745', color: '#FFFFFF', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

### 1. Workflow
Expand Down
4 changes: 2 additions & 2 deletions tutorials/audio/ace-step/ace-step-v1-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The AIO version packages all models into a single checkpoint file, making it eas
### AIO Workflow

<CardGroup cols={2}>
<Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=audio_ace_step_1_5_checkpoint&utm_source=docs">
<Card title="Try on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=audio_ace_step_1_5_checkpoint&utm_source=docs">
Run the AIO workflow directly on Comfy Cloud.
</Card>
<Card title="Download Workflow" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/audio_ace_step_1_5_checkpoint.json">
Expand Down Expand Up @@ -57,7 +57,7 @@ The split version allows you to download individual model components separately.
### Split Workflow

<CardGroup cols={2}>
<Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=audio_ace_step_1_5_split&utm_source=docs">
<Card title="Try on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=audio_ace_step_1_5_split&utm_source=docs">
Run the split models workflow directly on Comfy Cloud.
</Card>
<Card title="Download Workflow" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/audio_ace_step_1_5_split.json">
Expand Down
4 changes: 2 additions & 2 deletions tutorials/flux/flux-1-controlnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For image preprocessors, you can use the following custom nodes to complete imag
## FLUX.1-Canny-dev Complete Version Workflow

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=flux_canny_model_example&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

### 1. Workflow and Asset
Expand Down Expand Up @@ -107,7 +107,7 @@ Or use the following custom nodes to complete image preprocessing:
## FLUX.1-Depth-dev-lora Workflow

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=flux_depth_lora_example&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

The LoRA version workflow builds on the complete version by adding the LoRA model. Compared to the [complete version of the Flux workflow](/tutorials/flux/flux-1-text-to-image), it adds nodes for loading and using the corresponding LoRA model.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/flux/flux-1-fill-dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ComfyUI/
</a>

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=flux_fill_inpaint_example&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

Please download the image below and drag it into ComfyUI to load the corresponding workflow
Expand Down
2 changes: 1 addition & 1 deletion tutorials/flux/flux-1-kontext-dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Model save location
## Flux.1 Kontext Dev Workflow

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=flux_kontext_dev_basic&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

This workflow uses the `Load Image(from output)` node to load the image to be edited, making it more convenient for you to access the edited image for multiple rounds of editing.
Expand Down
6 changes: 3 additions & 3 deletions tutorials/flux/flux-1-text-to-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Please download the image below and drag it into ComfyUI to load the workflow.
![Flux Dev Original Version Workflow](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/flux/text-to-image/flux_dev_t5fp16.png)

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=flux_dev_checkpoint_example&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

#### 2. Manual Model Installation
Expand Down Expand Up @@ -101,7 +101,7 @@ Please download the image below and drag it into ComfyUI to load the workflow.
![Flux Schnell Version Workflow](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/flux/text-to-image/flux_schnell_t5fp8.png)

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=flux_schnell&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

#### 2. Manual Models Installation
Expand Down Expand Up @@ -155,7 +155,7 @@ Please download the image below and drag it into ComfyUI to load the workflow.
![Flux Dev fp8 Checkpoint Version Workflow](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/flux/text-to-image/flux_dev_fp8.png)

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=flux_dev_full_text_to_image&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

Please download [flux1-dev-fp8.safetensors](https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors?download=true) and save it to the `ComfyUI/models/checkpoints/` directory.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/flux/flux-1-uso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff',
</a>

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=flux1_dev_uso_reference_image_gen&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

Use the image below as an input image.
Expand Down
4 changes: 2 additions & 2 deletions tutorials/flux/flux-2-dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We are using quantized weights in this workflow. The original FLUX.2 repository
Basic text-to-image workflow for generating single images with FLUX.2 Dev.

<CardGroup cols={2}>
<Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=image_flux2&utm_source=docs">
<Card title="Try on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=image_flux2&utm_source=docs">
Open this workflow directly in Comfy Cloud
</Card>
<Card title="Download Workflow" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/image_flux2.json">
Expand All @@ -46,7 +46,7 @@ Basic text-to-image workflow for generating single images with FLUX.2 Dev.
A 2-image reference workflow example. You can extend this implementation to support more reference images.

<CardGroup cols={2}>
<Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=image_flux2_fp8&utm_source=docs">
<Card title="Try on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=image_flux2_fp8&utm_source=docs">
Open this workflow directly in Comfy Cloud
</Card>
<Card title="Download Workflow" icon="download" href="https://raw.githubusercontent.com/comfyui-wiki/workflow_templates/refs/heads/main/templates/image_flux2_fp8.json">
Expand Down
2 changes: 1 addition & 1 deletion tutorials/flux/flux1-krea-dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Download the image or JSON below and drag it into ComfyUI to load the correspond
</a>

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=flux1_krea_dev&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

#### 2. Manual Model Installation
Expand Down
2 changes: 1 addition & 1 deletion tutorials/image/hidream/hidream-e1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Follow these steps to run the workflow:
## HiDream E1 ComfyUI Native Workflow Example

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=hidream_e1_full&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

E1 is a model released on April 28, 2025. This model only supports 768*768 resolution.
Expand Down
6 changes: 3 additions & 3 deletions tutorials/image/hidream/hidream-i1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Model file save location
### HiDream-I1 Full Version Workflow

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=hidream_i1_full&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

#### 1. Model File Download
Expand Down Expand Up @@ -133,7 +133,7 @@ Complete the workflow execution step by step
### HiDream-I1 Dev Version Workflow

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=hidream_i1_dev&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

#### 1. Model File Download
Expand Down Expand Up @@ -169,7 +169,7 @@ Complete the workflow execution step by step
### HiDream-I1 Fast Version Workflow

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=hidream_i1_fast&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

#### 1. Model File Download
Expand Down
4 changes: 2 additions & 2 deletions tutorials/image/omnigen/omnigen2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ File save location:
### 1. Download Workflow File

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=image_omnigen2_t2i&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

![Text-to-Image Workflow](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/image/omnigen2/image_omnigen2_t2i.png)
Expand Down Expand Up @@ -86,7 +86,7 @@ OmniGen2 has rich image editing capabilities and supports adding text to images
### 1. Download Workflow File

<a className="prose" target='_blank' href="https://cloud.comfy.org/?template=image_omnigen2_image_edit&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#28a745', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Run on Comfy Cloud</p>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try on Comfy Cloud</p>
</a>

![Text-to-Image Workflow](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/image/omnigen2/image_omnigen2_image_edit.png)
Expand Down
2 changes: 1 addition & 1 deletion tutorials/image/qwen/qwen-image-2512.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import UpdateReminder from '/snippets/tutorials/update-reminder.mdx'
<UpdateReminder />

<a href="https://cloud.comfy.org/?template=image_qwen_Image_2512&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#7c3aed', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold', marginBottom: '1rem'}}>
Run on Comfy Cloud
Try on Comfy Cloud
</a>

### 1. Workflow file
Expand Down
8 changes: 4 additions & 4 deletions tutorials/image/qwen/qwen-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Currently Qwen-Image has multiple ControlNet support options available:
<UpdateReminder />

<a href="https://cloud.comfy.org/?template=image_qwen_image&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#7c3aed', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold', marginBottom: '1rem'}}>
Run on Comfy Cloud
Try on Comfy Cloud
</a>

There are three different models used in the workflow attached to this document:
Expand Down Expand Up @@ -155,7 +155,7 @@ Qwen_image_distill
This is a ControlNet model, so you can use it as normal ControlNet.

<a href="https://cloud.comfy.org/?template=image_qwen_image_instantx_controlnet&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#7c3aed', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold', marginBottom: '1rem'}}>
Run on Comfy Cloud
Try on Comfy Cloud
</a>

### 1. Workflow and Input Images
Expand Down Expand Up @@ -210,7 +210,7 @@ ComfyUI/
## Qwen Image ControlNet DiffSynth-ControlNets Model Patches Workflow

<a href="https://cloud.comfy.org/?template=image_qwen_image_controlnet_patch&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#7c3aed', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold', marginBottom: '1rem'}}>
Run on Comfy Cloud
Try on Comfy Cloud
</a>

This model is actually not a ControlNet, but a Model patch that supports three different control modes: canny, depth, and inpaint.
Expand Down Expand Up @@ -281,7 +281,7 @@ For the Inpaint model, it requires using the [Mask Editor](/interface/maskeditor
## Qwen Image Union ControlNet LoRA Workflow

<a href="https://cloud.comfy.org/?template=image_qwen_image_union_control_lora&utm_source=docs" style={{ display: 'inline-block', backgroundColor: '#7c3aed', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold', marginBottom: '1rem'}}>
Run on Comfy Cloud
Try on Comfy Cloud
</a>

Original model address: [DiffSynth-Studio/Qwen-Image-In-Context-Control-Union](https://www.modelscope.cn/models/DiffSynth-Studio/Qwen-Image-In-Context-Control-Union/)
Expand Down
6 changes: 3 additions & 3 deletions tutorials/partner-nodes/hunyuan3d/hunyuan3d-3-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ Enter a text description to generate a 3D model in one click. The model accurate
**Example prompt**: "Mechanical dolphin with gears, steampunk"

<Card title="Hunyuan 3D Text-to-3D Workflow" icon="cloud" href="https://cloud.comfy.org/?template=api_hunyuan3d_text_to_model&utm_source=docs&utm_medium=inhouse_social&utm_campaign=inhouse_feature_launches&utm_content=post&utm_niche=workflow_engineering&utm_creator=purz">
Run on Comfy Cloud
Try on Comfy Cloud
</Card>

## Image-to-3D workflow

Upload one or more images to generate high-quality 3D models. Support for 2–4 multi-view images improves geometry and material fidelity.

<Card title="Hunyuan 3D Image-to-3D Workflow" icon="cloud" href="https://cloud.comfy.org/?template=api_hunyuan3d_image_to_model&utm_source=docs&utm_medium=inhouse_social&utm_campaign=inhouse_feature_launches&utm_content=post&utm_niche=workflow_engineering&utm_creator=purz">
Run on Comfy Cloud
Try on Comfy Cloud
</Card>

## Multi-view-to-3D workflow

Provide multiple view images (front, back, side) to generate 3D models with improved accuracy and detail. This uses the same workflow as Image-to-3D—simply upload 2–4 images from different angles.

<Card title="Hunyuan 3D Image-to-3D Workflow" icon="cloud" href="https://cloud.comfy.org/?template=api_hunyuan3d_image_to_model&utm_source=docs&utm_medium=inhouse_social&utm_campaign=inhouse_feature_launches&utm_content=post&utm_niche=workflow_engineering&utm_creator=purz">
Run on Comfy Cloud
Try on Comfy Cloud
</Card>
Loading
Loading