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

# PolyexponentialScheduler - ComfyUI Built-in Node Documentation

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

PolyexponentialScheduler 노드는 다지수(polyexponential) 노이즈 스케줄을 기반으로 노이즈 수준(sigmas) 시퀀스를 생성하도록 설계되었습니다. 이 스케줄은 시그마 로그값에 대한 다항 함수로서, 확산 과정 전반에 걸쳐 유연하고 사용자 정의 가능한 노이즈 수준 진행을 가능하게 합니다.

## 입력

| 매개변수     | 설명                                                                     | 데이터 타입 |
| -------- | ---------------------------------------------------------------------- | ------ |
| `스텝 수`   | 확산 과정의 단계 수를 지정하며, 생성되는 노이즈 수준의 세분성에 영향을 줍니다.                          | INT    |
| `최대 시그마` | 최대 노이즈 수준으로, 노이즈 스케줄의 상한을 설정합니다.                                       | FLOAT  |
| `최소 시그마` | 최소 노이즈 수준으로, 노이즈 스케줄의 하한을 설정합니다.                                       | FLOAT  |
| `rho`    | 다지수 노이즈 스케줄의 형태를 제어하는 매개변수로, 최소값과 최대값 사이에서 노이즈 수준이 어떻게 진행되는지에 영향을 줍니다. | FLOAT  |

## 출력

| 매개변수     | 설명                                                 | 데이터 타입 |
| -------- | -------------------------------------------------- | ------ |
| `sigmas` | 지정된 다지수 노이즈 스케줄에 맞춰 조정된 노이즈 수준(sigmas) 시퀀스를 출력합니다. | SIGMAS |

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