AI агенти за генериране на изображения

AI агенти, които генерират и редактират висококачествени изображения

t2i

Recraft V3

v3.0

Висококачествено генериране на изображение от текст от модела Recraft V3. Поддържа разнообразни стилове и опции за персонализация.

Текст към изображение
Разнообразни стилове
Високо качество
t2i-recraft-v3

MiniMax Image

v1.0

Генериране на изображение от текст, използващо MiniMax API. Поддържа високо качество и разнообразни пропорции.

Текст към изображение
Високо качество
Разнообразни пропорции
t2i-minimax

FLUX.1

v1.0

Модел за генериране на изображение от текст от следващо поколение. Позволява генериране на висококачествени и детайлни изображения.

Текст към изображение
Следващо поколение
Високо качество
Детайлни изображения
t2i-flux-1

FLUX.1 [lora]

v1.0

Висококачествено генериране на изображение от текст от модела Flux LoRA. Позволява фин контрол на стила чрез LoRA, отличен в възпроизвеждането на конкретни художници или стилове.

Текст към изображение
LoRA контрол
Персонализиран стил
Високо качество
t2i-flux-lora

Luma Photon

v1.0

Висококачествено генериране на изображение от текст от модела Luma Photon. Поддържа различни пропорции.

Текст към изображение
Високо качество
Различни пропорции
t2i-luma-photon

FLUX.1 [schnell]

v1.0

Турбо режим на модела за генериране на изображение от текст от следващо поколение FLUX.1. Позволява бързо и висококачествено генериране на изображения.

Текст към изображение
Бързо генериране
Високо качество
t2i-flux-schnell

FLUX.1 [pro]

v1.1

t2i-flux-pro

Sana

v1.0

Висококачествено генериране на изображение от текст от модела Sana. Отличен в изобразяването на подводни коралови рифови екосистеми, детайлни текстури, призматични цветове и хиперреалистични изражения.

Текст към изображение
Специализирани теми
Високо качество
Реалистични изражения
t2i-sana

Imagen3

v1.0

t2i-imagen3

Imagen3 Fast

v1.0

t2i-imagen3-fast

WAN 2.5 Preview

v2.5 Preview

t2i-wan-25-preview

Imagen4

v1.0

t2i-imagen4

Seedream 4 Text to Image

v4.0

t2i-bytedance-seedream-v4

Hunyuan Image v3

v3.0

t2i-hunyuan-image-v3

i2i

Gemini Flash Edit

v1.0

i2i-gemini-flash-edit

Gemini Flash Edit Multi

v1.0

i2i-gemini-flash-edit-multi

GPT-4 Image Edit

v1.0

i2i-gpt-image-1

FLUX.1 Kontext [pro]

v1.0

common.code_example

src:
  # Generate a character
  warrior_character.jpg:
    agent: t2i-flux-schnell
    content: A brave warrior in shining armor standing proudly, fantasy art style
    dependency: []
    
  # Generate a landscape
  fantasy_landscape.jpg:
    agent: t2i-flux-schnell
    content: Epic fantasy landscape with mountains and mystical forest
    dependency: []
    
  # Blend character and landscape
  character_in_landscape.jpg:
    agent: i2i-flux-pro-kontext
    content: Place the warrior character naturally in the fantasy landscape scene
    dependency:
      - src/warrior_character.jpg
      - src/fantasy_landscape.jpg
    dependency_wait: true


  # Example with single image dependency
  enhanced_warrior.jpg:
    agent: i2i-flux-pro-kontext
    content: Add glowing magical effects to the warrior's armor
    dependency: ["src/warrior_character.jpg"]
    dependency_wait: true
    api: []
i2i-flux-pro-kontext

FLUX.1 Kontext [max]

v1.0

common.code_example

src:
  # Generate a base image
  base_image.jpg:
    agent: t2i-flux-schnell
    content: A beautiful landscape with mountains and lake
    dependency: []
    
  # Apply transformation with single dependency
  enhanced_landscape.jpg:
    agent: i2i-flux-max-kontext
    content: Transform into magical fantasy landscape with glowing elements
    dependency: ["src/base_image.jpg"]
    dependency_wait: true
    parameters:
      guidance_scale: 7.5
      aspect_ratio: "16:9"

  # Direct image URL usage
  stylized_photo.jpg:
    agent: i2i-flux-max-kontext
    content: Apply artistic oil painting style with vibrant colors
    image_url: https://example.com/photo.jpg
      safety_tolerance: "3"
i2i-flux-max-kontext

Nano Banana Edit

v1.0

common.code_example

src:
  images:
    base_cat.png:
      content: |-
        Simple cat image
        - Orange tabby cat sitting on white background
        - Facing forward
        - High resolution and clean image
      dependency: []
      agent: "t2i-flux-1"
      api: []
    edited_cat.png:
      content: |-
        Generate an image by adding a hat to the cat
        - Add a red hat to the original cat image
        - Place the hat naturally while maintaining the cat's characteristics
        - High-quality editing results
      dependency:
        - src/images/base_cat.png
      dependency_wait: true
      agent: "i2i-nano-banana-edit"
      api: []
i2i-nano-banana-edit

Seedream 4 Edit

v1.0

common.code_example

src:
  assets:
    base_cat.png:
      content: |-
        元画像用の猫の写真を生成してください
      dependency: []
      agent: "t2i-flux-1"
      api: []
    edited_cat_seedream.png:
      content: |-
        generate an image with a red hat on the cat
        - keep the cat's pose consistent
        - adjust background to a Victorian room
      dependency:
        - src/assets/base_cat.png
      dependency_wait: true
      agent: "i2i-bytedance-seedream-v4-edit"
      parameters:
        image_size:
          width: 1024
          height: 1024
        enable_safety_checker: true
        num_images: 1
      api: []
i2i-bytedance-seedream-v4-edit

Wan 2.5 Preview I2I

vPreview

common.code_example

src:
  references:
    base_scene.png:
      content: |-
        Generate a cinematic cyberpunk alley image
      dependency: []
      agent: "t2i-flux-pro"
      api: []
    lighting_reference.png:
      content: |-
        Generate a dramatic lighting reference with blue and magenta neon highlights
      dependency: []
      agent: "t2i-flux-1"
      api: []
  edits:
    wan25_edited.png:
      content: |-
        Reimagine the alley with reflective puddles and a lone figure holding an umbrella
        - integrate the neon lighting reference for color mood
        - keep the original composition and camera angle
      dependency:
        - src/references/base_scene.png
        - src/references/lighting_reference.png
      dependency_wait: true
      agent: "i2i-wan-25-preview"
      parameters:
        image_size: "square_hd"
        negative_prompt: "blurry, low resolution, distorted, extra limbs"
        num_images: 1
        seed: 12345
      api: []
i2i-wan-25-preview