> ## 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 Workflows in ComfyUI

> How to run the Meshy 7 text-to-model and image-to-model workflows in ComfyUI, locally or on Comfy Cloud

This guide shows how to run the Meshy 7 workflows in ComfyUI. For what the model is and what it does best, see the [Meshy 7 overview](/tutorials/partner-nodes/meshy/meshy-7).

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