AI агенти за генериране на изображения
AI агенти, които генерират и редактират висококачествени изображения
t2i
Recraft V3
Висококачествено генериране на изображение от текст от модела Recraft V3. Поддържа разнообразни стилове и опции за персонализация.
t2i-recraft-v3MiniMax Image
Генериране на изображение от текст, използващо MiniMax API. Поддържа високо качество и разнообразни пропорции.
t2i-minimaxFLUX.1
Модел за генериране на изображение от текст от следващо поколение. Позволява генериране на висококачествени и детайлни изображения.
t2i-flux-1FLUX.1 [lora]
Висококачествено генериране на изображение от текст от модела Flux LoRA. Позволява фин контрол на стила чрез LoRA, отличен в възпроизвеждането на конкретни художници или стилове.
t2i-flux-loraLuma Photon
Висококачествено генериране на изображение от текст от модела Luma Photon. Поддържа различни пропорции.
t2i-luma-photonFLUX.1 [schnell]
Турбо режим на модела за генериране на изображение от текст от следващо поколение FLUX.1. Позволява бързо и висококачествено генериране на изображения.
t2i-flux-schnellFLUX.1 [pro]
t2i-flux-proSana
Висококачествено генериране на изображение от текст от модела Sana. Отличен в изобразяването на подводни коралови рифови екосистеми, детайлни текстури, призматични цветове и хиперреалистични изражения.
t2i-sanaImagen3
t2i-imagen3Imagen3 Fast
t2i-imagen3-fastWAN 2.5 Preview
t2i-wan-25-previewImagen4
t2i-imagen4Seedream 4 Text to Image
t2i-bytedance-seedream-v4Hunyuan Image v3
t2i-hunyuan-image-v3i2i
Gemini Flash Edit
i2i-gemini-flash-editGemini Flash Edit Multi
i2i-gemini-flash-edit-multiGPT-4 Image Edit
i2i-gpt-image-1FLUX.1 Kontext [pro]
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-kontextFLUX.1 Kontext [max]
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-kontextNano Banana Edit
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-editSeedream 4 Edit
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-editWan 2.5 Preview I2I
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