> ## 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/ko.md)

***

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