> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Meshy 7 in ComfyUI: Text to 3D and Image to 3D Workflows

> Generate production-ready 3D models with Meshy 7 in ComfyUI: text-to-3D and image-to-3D workflows with ultra mode, PBR textures, rigging, and animation

Meshy 7 is Meshy's newest 3D generation foundation model, built around image-to-3D alignment. It reads input images at multiple scales and accepts higher-resolution input, so fine shape information survives into generation instead of being averaged out. The result is 3D geometry, color, material, and pattern that stay aligned with the source image.

In ComfyUI, Meshy 7 is available through the Meshy Partner Nodes. You can generate a draft model from a text prompt or a single image, then refine it into a fully textured asset with PBR maps, rig it, and animate it, all inside one workflow.

## Model highlights

* **Text-to-3D and image-to-3D**: Generate a model from a text prompt or a single input image
* **Ultra Mode**: Higher-quality generation for single-view input, available on Meshy 7 and `latest` models
* **PBR texturing**: Generate metallic, roughness, and normal maps with 2K to 8K base color textures
* **Full asset pipeline**: Refine, rig, and animate the generated model in the same workflow

<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>

## Meshy 7 text-to-model workflow

Generate a 3D model directly from a text description. The workflow creates the draft mesh with the Meshy 7 Text to Model node, then textures, rigs, and animates it automatically.

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_meshy7_text_to_model&utm_source=docs&utm_medium=referral&utm_campaign=meshy-7">
    Run the text-to-model workflow instantly on Comfy Cloud.
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_meshy7_text_to_model.json">
    Download the workflow JSON file for local use.
  </Card>
</CardGroup>

![Meshy 7 Text-to-Model workflow preview](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_meshy7_text_to_model-1.webp)

## Meshy 7 image-to-model workflow

Convert a single 2D image into a detailed 3D model. Meshy 7's multi-scale image encoder preserves fine shape information from the source image, and the workflow textures, rigs, and animates the result in one pass.

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_meshy7_image_to_model&utm_source=docs&utm_medium=referral&utm_campaign=meshy-7">
    Run the image-to-model workflow instantly on Comfy Cloud.
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_meshy7_image_to_model.json">
    Download the workflow JSON file for local use.
  </Card>
</CardGroup>

![Meshy 7 Image-to-Model workflow preview](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_meshy7_image_to_model-1.webp)

<Card title="Download Sample Input Image" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/marble_robot_bust.png">
  Get the example input image for this workflow.
</Card>
