Skip to main content

Node Inputs

Required Fields

Source Image:
The input image to transform (file upload or URL).
Supported formats: PNG, JPEG, WebP
Example: Upload a photo or provide "https://example.com/image.jpg"
Prompt:
Description of the desired transformation or style.
Example: "Transform this photo into a watercolor painting style with vibrant colors"

Optional Fields

Negative Prompt:
What to avoid in the output image.
Example: "blurry, low quality, distorted"
Strength:
How much to transform the original image (0.0 to 1.0).
  • Lower values: More similar to original
  • Higher values: More creative interpretation
    Example: 0.75
    Default: 0.8
Number of Images:
Number of variations to generate (1-4).
Example: 2
Default: 1
Model:
The AI model to use for generation.
Available options:
  • stable-diffusion-xl: High quality, versatile
  • dalle-3: Creative interpretations
  • midjourney: Artistic styles
    Example: "stable-diffusion-xl"
Seed:
Random seed for reproducible results.
Example: 42
Guidance Scale:
How closely to follow the prompt (1.0 to 20.0).
Example: 7.5
Default: 7.0

Node Output

Generated Images:
The transformed images with metadata.
Example Output:
{
  "images": [
    {
      "url": "https://storage.example.com/generated/image_1.png",
      "width": 1024,
      "height": 1024,
      "format": "png",
      "seed": 42
    },
    {
      "url": "https://storage.example.com/generated/image_2.png",
      "width": 1024,
      "height": 1024,
      "format": "png",
      "seed": 43
    }
  ],
  "prompt": "Transform this photo into a watercolor painting style with vibrant colors",
  "model": "stable-diffusion-xl",
  "generation_time": 4.5
}

Node Functionality

The Image to Image node:
  • Transforms images using AI-powered generation models.
  • Supports various artistic styles and transformations.
  • Maintains composition while applying new styles.
  • Generates multiple variations for selection.
  • Allows fine-tuning with strength and guidance parameters.
  • Useful for creative content, product photography, and design iterations.

Use Cases

Creative Content:
  • Convert photos to different artistic styles
  • Apply filters and effects
Product Photography:
  • Transform product shots for different contexts
  • Create variations for A/B testing
Design Iterations:
  • Explore different visual treatments
  • Generate concept variations
I