> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-wan3-30off-promo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Rodin Partner Nodes Model Generation ComfyUI Official Example

> This article will introduce how to use Rodin node's API in ComfyUI for model generation

Hyper3D Rodin (hyper3d.ai) is a platform focused on rapidly generating high-quality, production-ready 3D models and materials through artificial intelligence.
ComfyUI has now natively integrated the corresponding Rodin model generation API, allowing you to conveniently use the related nodes in ComfyUI for model generation.

Currently, ComfyUI's Partner nodes support the following Rodin model generation capabilities:

* Single-view model generation
* Multi-view model generation
* Model generation with different levels of detail

<Tip>
  To use the Partner Nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the [Partner Nodes Overview](/tutorials/partner-nodes/overview) section of the documentation to understand the specific requirements for using the Partner Nodes.
</Tip>

<Tip>
  <Tabs>
    <Tab title="Local users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated.

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Cloud users">
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

## Single-view Model Generation Workflow

Generate a 3D model from a single image input with Rodin.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_rodin_image_to_model-1.webp" alt="Rodin Single-view Model Generation workflow preview" />

<CardGroup cols={2}>
  <Card title="Download Workflow File" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/api_nodes/rodin/rodin_image_to_model.json">
    Single-view Model Generation (Json Format)
  </Card>

  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_rodin_image_to_model&utm_source=docs&utm_medium=referral&utm_campaign=model-generation">
    Open in Comfy Cloud
  </Card>
</CardGroup>

<details className="prose" style={{marginBottom:"1rem"}}>
  <summary>Input materials</summary>

  Download this sample input image to try the workflow:

  <CardGroup cols={1}>
    <Card title="Input image" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/api_rodin_image_to_model_input_image.png">
      Download sample input image
    </Card>
  </CardGroup>
</details>

![Input Image](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/api_nodes/rodin/doll.jpg)

### 2. Complete the Workflow Execution Step by Step

<img src="https://mintcdn.com/dripart-docs-wan3-30off-promo/-UUD0zGcWCXKoUEE/images/tutorial/api_nodes/rodin/rodin_image_to_model_step_guide.jpg?fit=max&auto=format&n=-UUD0zGcWCXKoUEE&q=85&s=9832f60814448e9d120ed6b72e70f5ef" alt="ComfyUI Rodin Image to Model Step Guide" width="3184" height="1966" data-path="images/tutorial/api_nodes/rodin/rodin_image_to_model_step_guide.jpg" />

You can refer to the numbers in the image to complete the basic text-to-image workflow execution:

1. In the `Load Image` node, load the provided input image
2. (Optional) In `Rodin 3D Generate - Regular Generate` adjust the corresponding parameters
   * polygon\_count: You can set different polygon counts, the higher the value, the smoother and more detailed the model
3. Click the `Run` button, or use the shortcut `Ctrl(cmd) + Enter` to execute model generation. After the workflow completes, the corresponding model will be automatically saved to the `ComfyUI/output/Rodin` directory
4. In the `Preview 3D` node, click to expand the menu
5. Select `Export` to directly export the corresponding model

## Multi-view Model Generation Workflow

The corresponding `Rodin 3D Generate - Regular Generate` allows up to 5 image inputs

### 1. Workflow File Download

You can modify the single-view workflow to a multi-view workflow, or directly download the workflow file below

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_rodin_multiview_to_model-1.webp" alt="Rodin Multi-view Model Generation workflow preview" />

<CardGroup cols={2}>
  <Card title="Download Workflow File" icon="download" href="https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/api_nodes/rodin/multiview_to_model/api_rodin_multiview_to_model.json">
    Multi-view Model Generation (Json Format)
  </Card>

  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_rodin_multiview_to_model&utm_source=docs&utm_medium=referral&utm_campaign=model-generation">
    Open in Comfy Cloud
  </Card>
</CardGroup>

<details className="prose" style={{marginBottom:"1rem"}}>
  <summary>Input materials</summary>

  Download these sample input images to try the workflow:

  <CardGroup cols={3}>
    <Card title="Front view" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/api_rodin_multiview_to_model_front.jpg">
      Download front view
    </Card>

    <Card title="Back view" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/api_rodin_multiview_to_model_back.jpg">
      Download back view
    </Card>

    <Card title="Left view" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/api_rodin_multiview_to_model_left.jpg">
      Download left view
    </Card>
  </CardGroup>
</details>

![Input Image](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/api_nodes/rodin/multiview_to_model/front.jpg)
![Input Image](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/api_nodes/rodin/multiview_to_model/back.jpg)
![Input Image](https://raw.githubusercontent.com/Comfy-Org/example_workflows/refs/heads/main/api_nodes/rodin/multiview_to_model/left.jpg)

### 2. Complete the Workflow Execution Step by Step

<img src="https://mintcdn.com/dripart-docs-wan3-30off-promo/-UUD0zGcWCXKoUEE/images/tutorial/api_nodes/rodin/rodin_multiview_to_model_step_guide.jpg?fit=max&auto=format&n=-UUD0zGcWCXKoUEE&q=85&s=5b76cea62f55b7cb4b2fb5c8125cd703" alt="ComfyUI Rodin Image to Model Step Guide" width="3062" height="1862" data-path="images/tutorial/api_nodes/rodin/rodin_multiview_to_model_step_guide.jpg" />

You can refer to the numbers in the image to complete the basic text-to-image workflow execution:

1. In the `Load Image` node, load the provided input images
2. Click the `Run` button, or use the shortcut `Ctrl(cmd) + Enter` to execute model generation. After the workflow completes, the corresponding model will be automatically saved to the `ComfyUI/output/Rodin` directory
3. In the `Preview 3D` node, click to expand the menu
4. Select `Export` to directly export the corresponding model

## Other Related Nodes

Currently, Rodin provides different types of model generation nodes in ComfyUI, since the corresponding input conditions are the same as the workflow introduced in this article, you can enable them as needed. In addition, we have provided corresponding nodes in the corresponding templates, you can also modify the corresponding node mode as needed to enable them

<img src="https://mintcdn.com/dripart-docs-wan3-30off-promo/-UUD0zGcWCXKoUEE/images/tutorial/api_nodes/rodin/other_nodes.jpg?fit=max&auto=format&n=-UUD0zGcWCXKoUEE&q=85&s=5ed505c4eb5dbfbc178f39dec15736d7" alt="Rodin Other Related Nodes" width="975" height="1170" data-path="images/tutorial/api_nodes/rodin/other_nodes.jpg" />
