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

# Topaz Image Enhance Wonder 3.5 - AI image enhancement

> Upscale and enhance images with Topaz Image Enhance Wonder 3.5 in ComfyUI: generative detail restoration, noise reduction, and text sharpening

Topaz Image Enhance Wonder 3.5 is a generative enhancement model available in ComfyUI through the Topaz partner nodes. It adds fine detail, reduces noise, and sharpens text and structured graphics, with low, medium, and high enhancement strengths. It preserves the input aspect ratio and supports upscale factors from 1x to 6x.

<Tip>
  To use the Partner Nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the [Partner Nodes Overview](/tutorials/partner-nodes/overview) section of the documentation to understand the specific requirements for using the Partner Nodes.
</Tip>

<Tip>
  <Tabs>
    <Tab title="Local users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated.

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Cloud users">
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

## Topaz Image Enhance Wonder 3.5

Upscale and enhance a single image with Wonder 3.5's generative model, which adds fine detail, reduces noise, and sharpens text and structured graphics. The workflow takes 1 input image and produces 1 enhanced output alongside a side-by-side comparison.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_topaz_image_enhance_wonder3_5-1.webp" alt="Topaz Image Enhance Wonder 3.5 workflow preview" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_topaz_image_enhance_wonder3_5&utm_source=docs&utm_medium=referral&utm_campaign=topaz-image-enhance-wonder-3-5">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_topaz_image_enhance_wonder3_5.json">
    Download JSON or search "Topaz Image Enhance Wonder 3.5" in Template Library
  </Card>
</CardGroup>

<details className="prose" style={{marginBottom:"1rem"}}>
  <summary>Input materials</summary>

  Download this sample input image to try the workflow:

  <CardGroup cols={1}>
    <Card title="Input image" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/wild_run.png">
      Download sample input image
    </Card>
  </CardGroup>
</details>

![Topaz Image Enhance Wonder 3.5 output](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_topaz_image_enhance_wonder3_5.png)

### Workflow overview

This workflow uses four nodes:

* **LoadImage**: provides the source image
* **TopazImageEnhanceV2**: the core node, configured with the `Wonder 3.5` enhancement model
* **SaveImageAdvanced**: saves the enhanced output as PNG
* **ImageCompare**: shows the enhanced result next to the original for comparison

### Steps to run

1. **Load an image**: upload or select your input image in the **LoadImage** node
2. **Select the model**: keep `Wonder 3.5` on the **TopazImageEnhanceV2** node
3. **Choose enhancement strength**: `low`, `medium`, or `high`
4. **Set upscale factor**: from 1x to 6x
5. **Click Queue**: press `Ctrl+Enter` to generate

## Get started

1. Update ComfyUI to the latest version
2. Go to Template Library, search for `Topaz Image Enhance Wonder 3.5`
