Skip to main content
The Edit Image node modifies an existing image based on text instructions, returning a new image.

When to use

  • Refining generated assets
  • Inpainting-style edits
  • Iterating on a base image
Common patterns: generate_image → edit_image, or upload_image → edit_image.

Inputs

Image
image
required
The image to edit. Required.
Instructions
text
required
Text describing how to edit the image. Required.

Outputs

Image
image
The edited image.

Configuration

strength
number
default:"0.7"
How strongly the edit is applied, from 0 to 1.
numberOfImages
number
default:"1"
How many images to generate per run.
Pick the model in the node’s config panel — see Image models for the options, and Model settings for what each setting does. Additional model-specific options (such as resolution and guidance) appear depending on the model you choose. Runs consume credits.