> ## 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 - AI image upscaling

> Upscale and enhance images with Topaz's generative models in ComfyUI: Wonder 3.5 for detail restoration and Bloom 2 for creative upscaling

Topaz Image Enhance is available in ComfyUI through the Topaz partner nodes. It provides two generative enhancement models: Wonder 3.5 and Bloom 2. Wonder 3.5 is a generative enhancement model that adds fine detail, reduces noise, and sharpens text and structured graphics, with low, medium, and high enhancement strengths. Bloom 2 is a creative upscaling model that adds new detail, texture, and visual elements, with a creativity control from 1 to 9 for subtle refinement or bold reinterpretation. Both models preserve the input aspect ratio and support 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>

## Available workflows

### 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">
    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" 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)

### Topaz Image Enhance Bloom 2

Enhance AI-generated images with Bloom 2's creative upscaling model, which adds new detail, texture, and visual elements. The Creativity control ranges from 1 for restrained enhancement to 9 for pronounced reinterpretation.

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

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_topaz_image_enhance_bloom2&utm_source=docs&utm_medium=referral&utm_campaign=topaz-image-enhance">
    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_bloom2.json">
    Download JSON or search "Topaz Image Enhance" 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/digital_bloom.png">
      Download sample input image
    </Card>
  </CardGroup>
</details>

![Topaz Image Enhance Bloom 2 output](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/Upscaled_topaz_bloom2.png)

## Get started

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