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

# Rodin3D_Smooth - ComfyUI Built-in Node Documentation

> Complete documentation for the Rodin3D_Smooth node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Rodin3D_Smooth/zh.md)

Rodin 3D Smooth 节点通过处理输入图像并将其转换为平滑的 3D 模型，使用 Rodin API 生成 3D 资源。该节点接收多张图像作为输入，并生成可下载的 3D 模型文件。该节点自动处理整个生成过程，包括任务创建、状态轮询和文件下载。

## 输入参数

| 参数名             | 数据类型   | 必需 | 取值范围 | 描述               |
| --------------- | ------ | -- | ---- | ---------------- |
| `Images`        | IMAGE  | 是  | -    | 用于 3D 模型生成的输入图像  |
| `Seed`          | INT    | 是  | -    | 用于生成一致性的随机种子值    |
| `Material_Type` | STRING | 是  | -    | 应用于 3D 模型的材质类型   |
| `Polygon_count` | STRING | 是  | -    | 生成 3D 模型的目标多边形数量 |

## 输出结果

| 输出名称            | 数据类型   | 描述            |
| --------------- | ------ | ------------- |
| `3D Model Path` | STRING | 下载的 3D 模型文件路径 |
