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

# TopazVideoEnhance - ComfyUI Built-in Node Documentation

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

# Topaz Video Enhance 노드

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

Topaz Video Enhance 노드는 외부 API를 사용하여 비디오 품질을 향상시킵니다. 비디오 해상도를 업스케일하고, 보간을 통해 프레임 속도를 높이며, 압축을 적용할 수 있습니다. 이 노드는 입력 MP4 비디오를 처리하고 선택한 설정에 따라 향상된 버전을 반환합니다.

## 입력

| 매개변수                                | 설명                                                                                     | 데이터 타입  | 필수 여부 | 범위                                                                                            |
| ----------------------------------- | -------------------------------------------------------------------------------------- | ------- | ----- | --------------------------------------------------------------------------------------------- |
| `video`                             | 향상시킬 입력 비디오 파일입니다.                                                                     | VIDEO   | 예     | -                                                                                             |
| `upscaler_enabled`                  | 비디오 업스케일 기능을 활성화 또는 비활성화합니다 (기본값: True).                                               | BOOLEAN | 예     | -                                                                                             |
| `upscaler_model`                    | 비디오 업스케일에 사용되는 AI 모델입니다.                                                               | COMBO   | 예     | `"Starlight (Astra) Fast"`<br />`"Starlight (Astra) Creative"`<br />`"Starlight Precise 2.5"` |
| `upscaler_resolution`               | 업스케일된 비디오의 대상 해상도입니다.                                                                  | COMBO   | 예     | `"FullHD (1080p)"`<br />`"4K (2160p)"`                                                        |
| `upscaler_creativity`               | 창의성 수준입니다(Starlight (Astra) Creative에만 적용됨). (기본값: "low")                              | COMBO   | 아니요   | `"low"`<br />`"middle"`<br />`"high"`                                                         |
| `interpolation_enabled`             | 프레임 보간 기능을 활성화 또는 비활성화합니다 (기본값: False).                                                | BOOLEAN | 아니요   | -                                                                                             |
| `interpolation_model`               | 프레임 보간에 사용되는 모델입니다 (기본값: "apo-8").                                                     | COMBO   | 아니요   | `"apo-8"`                                                                                     |
| `interpolation_slowmo`              | 입력 비디오에 적용되는 슬로우 모션 배율입니다. 예를 들어 2로 설정하면 출력 비디오가 두 배로 느려지고 재생 시간이 두 배로 늘어납니다. (기본값: 1) | INT     | 아니요   | 1 \~ 16                                                                                       |
| `interpolation_frame_rate`          | 출력 프레임 속도입니다. (기본값: 60)                                                                | INT     | 아니요   | 15 \~ 240                                                                                     |
| `interpolation_duplicate`           | 입력에서 중복 프레임을 분석하여 제거합니다. (기본값: False)                                                  | BOOLEAN | 아니요   | -                                                                                             |
| `interpolation_duplicate_threshold` | 중복 프레임 감지 민감도입니다. (기본값: 0.01)                                                          | FLOAT   | 아니요   | 0.001 \~ 0.1                                                                                  |
| `dynamic_compression_level`         | CQP 수준입니다. (기본값: "Low")                                                                | COMBO   | 아니요   | `"Low"`<br />`"Mid"`<br />`"High"`                                                            |

**참고:** 최소한 하나의 향상 기능이 활성화되어야 합니다. `upscaler_enabled`와 `interpolation_enabled`가 모두 `False`로 설정된 경우 노드에서 오류가 발생합니다. 입력 비디오는 MP4 형식이어야 합니다.

## 출력

| 출력 이름   | 설명                | 데이터 타입 |
| ------- | ----------------- | ------ |
| `video` | 향상된 출력 비디오 파일입니다. | VIDEO  |

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

***

**Source fingerprint (SHA-256):** `70e1a6e0d7bd250f58c43beefe070fd83af19d11ac08cb9a6ac9655a9bfa839f`
