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

# GetMeshInfo - ComfyUI Built-in Node Documentation

> Get Mesh Info reports the number of vertices and faces in a mesh, along with the attributes it contains (such as UVs, vertex colors, normals, and textures).

Get Mesh Info reports the number of vertices and faces in a mesh, along with the attributes it contains (such as UVs, vertex colors, normals, and textures). The report is displayed on the node and returned as a text output, while the mesh itself passes through unchanged.

## Inputs

| Parameter | Description                                                                                                                               | Data Type | Required | Range |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ----- |
| `mesh`    | The mesh to inspect. The node counts its vertices and faces, detects which attributes are present, and passes the mesh through unchanged. | MESH      | Yes      | —     |

Note: When the input contains several meshes (a batch), the report shows total vertex and face counts for the whole batch plus a breakdown per mesh. For zero-padded batches, the per-item counts stored in the mesh data are used.

## Outputs

| Output Name | Description                                                                                                                                                                                                                                                                    | Data Type |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- |
| `mesh`      | The original mesh, passed through without any modification.                                                                                                                                                                                                                    | MESH      |
| `info`      | A multiline text report with vertex count, face count, and detected attributes (uvs, vertex\_colors, normals, tangents, texture, metallic\_roughness, normal\_map). Large counts are comma-formatted, for example "1,234,567 (1.23M)". The same text is displayed on the node. | STRING    |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/GetMeshInfo/en.md)

***

**Source fingerprint (SHA-256):** `cd168a5e69131a4a37f1f47014af2bc2ac2c8aa69e146cf33c2072480b35ebb2`
