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

# LatentBlend - ComfyUI Built-in Node Documentation

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

LatentBlend 노드는 두 개의 잠재 샘플을 지정된 혼합 비율로 결합합니다. 두 개의 잠재 입력을 받아 첫 번째 샘플에는 혼합 비율을, 두 번째 샘플에는 역비율을 적용하여 새로운 출력을 생성합니다. 입력 샘플의 형태가 다른 경우, 두 번째 샘플이 첫 번째 샘플의 크기에 맞게 자동으로 조정됩니다.

## 입력

| 매개변수      | 설명                              | 데이터 타입 | 필수 | 범위     |
| --------- | ------------------------------- | ------ | -- | ------ |
| `잠재 데이터1` | 혼합할 첫 번째 잠재 샘플                  | LATENT | 예  | -      |
| `잠재 데이터2` | 혼합할 두 번째 잠재 샘플                  | LATENT | 예  | -      |
| `혼합 계수`   | 두 샘플 간의 혼합 비율을 제어합니다 (기본값: 0.5) | FLOAT  | 예  | 0 \~ 1 |

**참고:** `samples1`과 `samples2`의 형태가 다른 경우, `samples2`가 중앙 자르기를 적용한 쌍삼차 보간법을 사용하여 `samples1`의 크기에 맞게 자동으로 조정됩니다.

## 출력

| 출력 이름    | 설명                    | 데이터 타입 |
| -------- | --------------------- | ------ |
| `latent` | 두 입력 샘플이 결합된 혼합 잠재 샘플 | LATENT |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LatentBlend/ko.md)

***

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