Skip to main content

What does this node do?

The Image to Image node transforms existing images based on your instructions. Edit, style-transfer, or enhance images using AI. Common uses:
  • Style transfer (make photo look like painting)
  • Image editing and enhancement
  • Background replacement
  • Artistic transformations

Quick setup

1

Add the Image to Image node

Find it in AI NodesImage to Image
2

Provide source image

URL or base64 image to transform
3

Describe the transformation

Tell the AI how to modify the image

Configuration

Required fields

image
string
required
The source image to transform. ( Urls or Image Files )
prompt
string
required
Description of the desired transformation.Examples:
  • “Convert to watercolor painting style”
  • “Replace background with sunset beach”
  • “Make the image look vintage with warm tones”

Output

{
  "url": "https://transformed-image-url...",
  "original_size": "1024x768",
  "output_size": "1024x768"
}

Examples

Style transfer

Prompt: “Transform this photo into a Van Gogh-style oil painting with visible brushstrokes”

Background change

Prompt: “Keep the subject but replace the background with a modern office setting”

Enhancement

Prompt: “Enhance this image: improve lighting, increase sharpness, make colors more vibrant”