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

# Qwen Image 3.0 Pro Workflows in ComfyUI

> How to run the Qwen Image 3.0 Pro text-to-image and image edit workflows in ComfyUI, locally or on Comfy Cloud

This guide shows how to run the Qwen Image 3.0 Pro workflows in ComfyUI. For what the model is and what it does best, see the [Qwen Image 3.0 Pro overview](/tutorials/partner-nodes/qwen/qwen-image-3-0-pro).

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

## Qwen Image 3.0 Pro text-to-image workflow

Generate a detailed image from a text prompt, with Qwen Image 3.0 Pro handling layout, typography, and composition.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_qwen3_t2i-1.webp" alt="Qwen Image 3.0 Pro Text-to-Image workflow preview" />

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

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_qwen3_t2i.json">
    Download JSON or search "Qwen Image 3.0 Pro" in Template Library
  </Card>
</CardGroup>

![Qwen Image 3.0 Pro text to image preview](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_qwen3_t2i.png)

## Qwen Image 3.0 Pro image edit workflow

Edit existing images with text instructions. Combine up to 3 reference images, change objects, swap styles, or recompose scenes while preserving the original structure.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_qwen3_image_edit-1.webp" alt="Qwen Image 3.0 Pro Image Edit workflow preview" />

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

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_qwen3_image_edit.json">
    Download JSON or search "Qwen Image 3.0 Pro" 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/wasteland_merchant.png">
      Download sample input image
    </Card>
  </CardGroup>
</details>

![Qwen Image 3.0 Pro image edit input](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/wasteland_merchant.png)

![Qwen Image 3.0 Pro image edit output](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_qwen3_image_edit.png)

## Get started

1. Update ComfyUI to the latest version
2. Go to Template Library, search for `Qwen Image 3.0 Pro`
