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

> Upscale and enhance images with Topaz Image Enhance Bloom 2 in ComfyUI: creative upscaling that adds new detail, texture, and visual elements

Topaz Image Enhance Bloom 2 is a creative upscaling model available in ComfyUI through the Topaz partner nodes. It adds new detail, texture, and visual elements to your images, with a creativity control from 1 to 9 for subtle refinement or bold reinterpretation. 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 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. If the prompt is empty, the model creates one automatically.

<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-bloom-2">
    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 Bloom 2" 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)

### Workflow overview

This workflow uses four nodes:

* **LoadImage**: provides the source image
* **TopazImageEnhanceV2**: the core node, configured with the `Bloom 2` 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 `Bloom 2` on the **TopazImageEnhanceV2** node
3. **Set creativity**: from 1 for restrained enhancement to 9 for pronounced reinterpretation
4. **Optional prompt**: leave empty to let the model create one automatically
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 Bloom 2`
