Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
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

ParameterData TypeRequiredRangeDescription
modelCOMBOYes"Reimagine"The AI model to use for image enhancement.
imageIMAGEYes-The input image to be enhanced. Only one image is supported.
promptSTRINGNo-An optional text prompt for creative upscaling guidance (default: empty).
subject_detectionCOMBONo"All"
"Foreground"
"Background"
Controls which part of the image the enhancement focuses on (default: “All”).
face_enhancementBOOLEANNo-Enable to enhance faces if they are present in the image (default: True).
face_enhancement_creativityFLOATNo0.0 - 1.0Sets the creativity level for face enhancement (default: 0.0).
face_enhancement_strengthFLOATNo0.0 - 1.0Controls how sharp enhanced faces are relative to the background (default: 1.0).
crop_to_fillBOOLEANNo-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).
output_widthINTNo0 - 32000The 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).
output_heightINTNo0 - 32000The 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).
creativityINTNo1 - 9Controls the overall creativity level of the enhancement (default: 3).
face_preservationBOOLEANNo-Preserve the facial identity of subjects in the image (default: True).
color_preservationBOOLEANNo-Preserve the original colors of the input image (default: True).
Note: This node can only process a single input image. Providing a batch of multiple images will result in an error.

Outputs

Output NameData TypeDescription
imageIMAGEThe enhanced output image.