> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenAI GPT-Image-2 Node

> Learn how to use the OpenAI GPT-Image-2 Partner node to generate images in ComfyUI

OpenAI GPT-Image-2 (`gpt-image-2`) is OpenAI's newest image model, available in ComfyUI through Partner Nodes. It is the first OpenAI image model that *reasons* before it generates: instead of one-shot sampling, the model plans the composition, checks its work, and iterates.

This node supports:

* Text-to-image generation with strong handling of dense text, UI elements, iconography, infographics, maps, slides, and manga panels
* Image editing with high structural fidelity at up to 2K resolution
* Up to 8 consistent images from a single prompt, preserving character and object continuity

GPT-Image-2 is selected as a `model` option on the **OpenAI GPT Image 1.5** node in the Node Library. The node calls OpenAI's image generation API synchronously and returns images that match the description.

## What GPT-Image-2 is good at

### Reasoning-driven generation

GPT-Image-2 plans the composition before rendering. This makes it well suited for prompts that have historically broken image models: for example, a poster with a seven-item bulleted list in 11pt Helvetica, centered: and produces clean output for dense text, small UI elements, iconography, infographics, maps, and slides.

### Image editing that preserves what matters

GPT-Image-2 handles targeted edits with structural fidelity, keeping everything outside the edit zone pixel-stable while applying the requested change cleanly at up to 2K resolution. Use it for tasks like colorizing black-and-white photos or shifting a scene from noon to dusk without warping faces, geometry, or fine detail.

### Up to eight consistent images per prompt

The model can return up to **eight distinct images from a single prompt** while preserving character and object continuity across the series. This is useful for storyboarding, reference sheets, character turnarounds, and product variants without seed-locking or prompt gymnastics. Feed the batch straight into a `Save Image` node or chain it into a video workflow downstream.

![GPT-Image-2 consistent images example](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/api_nodes/openai/gpt_image_2/consistent_example.jpg)

## Hybrid Pipelines

GPT-Image-2 slots naturally into hybrid pipelines: use it for the text-heavy hero frame, then hand off to your local models for upscaling, stylization, or video generation: the best model for each step, in one graph.

## Example outputs

Text-to-image generation with reasoning-driven composition:

![GPT-Image-2 Text-to-Image example](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/api_nodes/openai/gpt_image_2/gpt_image_2_t2i_1.jpg)

Image editing on an input image, preserving structure outside the edit zone:

![GPT-Image-2 Image-to-Image example](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/api_nodes/openai/gpt_image_2/gpt_image_2_i2i_1.jpg)

![GPT-Image-2 Image Edit example 1](https://raw.githubusercontent.com/Comfy-Org/example_workflows/main/api_nodes/openai/gpt_image_2/gpt_image_2_image_edit_1.jpg)

## Use it in ComfyUI

<Card title="GPT-Image-2 workflows" icon="diagram-project" href="/tutorials/partner-nodes/openai/gpt-image-2/workflow">
  Run the text-to-image and image edit workflows in ComfyUI, locally or on Comfy Cloud
</Card>
