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

# RebatchLatents - ComfyUI Built-in Node Documentation

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

## 개요

RebatchLatents 노드는 지정된 배치 크기에 따라 잠재 표현들의 배치를 새로운 배치 구성으로 재구성합니다. 잠재 샘플들이 적절하게 그룹화되도록 하여 차원과 크기의 변동을 처리하며, 추가 처리나 모델 추론을 용이하게 합니다.

## 입력

| 매개변수     | 설명                                                                                             | 데이터 타입   |
| -------- | ---------------------------------------------------------------------------------------------- | -------- |
| `잠재 데이터` | 'latents' 매개변수는 재배치할 입력 잠재 표현을 나타냅니다. 출력 배치의 구조와 내용을 결정하는 데 중요합니다.                             | `LATENT` |
| `배치 크기`  | 'batch\_size' 매개변수는 출력에서 배치당 원하는 샘플 수를 지정합니다. 입력 잠재 표현들을 새로운 배치로 그룹화하고 분할하는 방식에 직접적인 영향을 미칩니다. | `INT`    |

## 출력

| 매개변수     | 설명                                                           | 데이터 타입   |
| -------- | ------------------------------------------------------------ | -------- |
| `latent` | 출력은 지정된 배치 크기에 따라 조정된 재구성된 잠재 표현 배치입니다. 추가 처리나 분석을 용이하게 합니다. | `LATENT` |

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