The Topaz Image Enhance node provides industry-standard upscaling and image enhancement. It processes a single input image using a cloud-based AI model to improve quality, detail, and resolution. The node offers fine-grained control over the enhancement process, including options for creative guidance, subject focus, and facial preservation.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `model` | The AI model to use for image enhancement. | COMBO | Yes | `"Reimagine"` |
| `image` | The input image to be enhanced. Only one image is supported. | IMAGE | Yes | - |
| `prompt` | An optional text prompt for creative upscaling guidance (default: empty). | STRING | No | - |
| `subject_detection` | Controls which part of the image the enhancement focuses on (default: "All"). | COMBO | No | `"All"`<br>`"Foreground"`<br>`"Background"` |
| `face_enhancement` | Enable to enhance faces if they are present in the image (default: True). | BOOLEAN | No | - |
| `face_enhancement_creativity` | Sets the creativity level for face enhancement (default: 0.0). | FLOAT | No | 0.0 - 1.0 |
| `face_enhancement_strength` | Controls how sharp enhanced faces are relative to the background (default: 1.0). | FLOAT | No | 0.0 - 1.0 |
| `crop_to_fill` | By default, the image is letterboxed when the output aspect ratio differs. Enable to crop the image to fill the output dimensions instead (default: False). | BOOLEAN | No | - |
| `output_width` | The desired width of the output image. A value of 0 means it will be calculated automatically, usually based on the original size or the `output_height` if specified (default: 0). | INT | No | 0 - 32000 |
| `output_height` | The desired height of the output image. A value of 0 means it will be calculated automatically, usually based on the original size or the `output_width` if specified (default: 0). | INT | No | 0 - 32000 |
| `creativity` | Controls the overall creativity level of the enhancement (default: 3). | INT | No | 1 - 9 |
| `face_preservation` | Preserve the facial identity of subjects in the image (default: True). | BOOLEAN | No | - |
| `color_preservation` | Preserve the original colors of the input image (default: True). | BOOLEAN | No | - |

**Note:** This node can only process a single input image. Providing a batch of multiple images will result in an error.

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `image` | The enhanced output image. | IMAGE |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/TopazImageEnhance/en.md)

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