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

# LoadDA3Model - ComfyUI Built-in Node Documentation

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

此节点从文件加载 Depth Anything 3 模型，为深度估计任务做好准备。它允许您选择模型文件，并可选择指定模型权重的数值精度（数据类型）。

## ## 输入

| 参数             | 描述                                                    | 数据类型   | 是否必需 | 范围                                                    |
| -------------- | ----------------------------------------------------- | ------ | ---- | ----------------------------------------------------- |
| `model_name`   | 要加载的 Depth Anything 3 模型文件名。                          | STRING | 是    | `geometry_estimation` 文件夹中可用的模型文件列表                   |
| `weight_dtype` | 模型权重的数值精度（数据类型）。"default" 选项使用模型的原始精度。（默认值："default"） | STRING | 否    | `"default"`<br />`"fp16"`<br />`"bf16"`<br />`"fp32"` |

## ## 输出

| 输出名称        | 描述                                    | 数据类型       |
| ----------- | ------------------------------------- | ---------- |
| `DA3_MODEL` | 加载后的 Depth Anything 3 模型，可用于深度估计工作流程。 | DA3\_MODEL |

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

***

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