# Hunyuan3D V3 (https://docs.fuser.studio/docs/nodes/mesh/hunyuan3d-v3)

_Provided by [Fal](https://fal.ai) — [Learn More](https://fal.ai/models/fal-ai/hunyuan3d-v3/text-to-3d)._

## Inputs [#inputs]

- **Prompt** (`textarea`) — Text prompt used for text-to-3D generation, or to guide sketch-to-3D when an image is also provided.

   Optional: `true`

- **Image** (`image`) — Reference image or sketch. With image only, the node runs image-to-3D. With image plus prompt, it runs sketch-to-3D.

   Optional: `true`

- **Face Count** (`slider`) — Target face count for the generated mesh. Higher values can preserve more detail.

   Optional: `true` • Default: `500000` • Minimum: `40000` • Maximum: `1500000`

- **Generation Type** (`dropdown`) — Choose Normal, LowPoly, or Geometry generation. This control applies to text-to-3D and image-to-3D modes.

   Optional: `true` • Default: `Normal` • Accepts: `Normal`, `Low Poly`, `Geometry`

- **Polygon Type** (`dropdown`) — Triangle or quadrilateral polygon layout for LowPoly mode. This control applies to text-to-3D and image-to-3D modes.

   Optional: `true` • Default: `triangle` • Accepts: `Triangle`, `Quadrilateral`

- **Enable PBR** (`toggle`) — Generate additional PBR material information for downstream rendering workflows.

   Optional: `true` • Default: `false`

## Outputs [#outputs]

- **Generated 3D** (`mesh`) — The generated GLB model.