Artbreeder AI Image Creator avatar

Artbreeder AI Image Creator

Pricing

from $5.00 / 1,000 prompt processings

Go to Apify Store
Artbreeder AI Image Creator

Artbreeder AI Image Creator

Transform text prompts into stunning AI-generated images with Artbreeder's powerful Text-to-Image API . Create high-quality visuals using Flux Schnell or SDXL Lightning models with customizable dimensions, quality settings, and NSFW detection. Perfect for designers, marketers, and content creators.

Pricing

from $5.00 / 1,000 prompt processings

Rating

4.0

(3)

Developer

Muhammet Akkurt

Muhammet Akkurt

Maintained by Community

Actor stats

5

Bookmarked

230

Total users

8

Monthly active users

5 months ago

Last modified

Categories

Share

Artbreeder AI Image Creator | Create Stunning AI Art

Artbreeder AI Image Creator | Text-to-Image AI Art Creator

Generate stunning AI-powered images with Artbreeder's powerful text-to-image models. This Apify actor transforms your text prompts into beautiful, professional-quality images for design projects, content creation, marketing materials, and more.

✨ Key Features of Artbreeder AI Image Creator

  • Advanced Text-to-Image Generation: Create high-quality AI art from simple text descriptions.
  • Negative Prompts: Specify what you don't want to see in your images.
  • Multiple AI Models: Choose from a wide range of models including Flux, Flux Krea, SDXL, and SD-3.5 variants to get the perfect style and speed.
  • Customizable Image Dimensions: Select from various shapes including Square (1024×1024), Wider (1256×840), Wide (1184×888), Tall (888×1184), or Taller (840×1256).
  • Fine-Tuned Control: Adjust Guidance Scale to control how closely the model follows your prompt and Inference Steps for image quality.
  • Batch Processing: Generate multiple images simultaneously.
  • NSFW Detection: Automatic flagging of potentially inappropriate content.

🚀 How to Use Artbreeder AI Image Creator

  1. Run this actor in the Apify console.
  2. Configure your image generation parameters:
    • Prompts: Enter descriptive text for your desired images.
    • Negative Prompt: Describe elements to exclude from the generated image (e.g., 'blurry, low quality').
    • Model Version: Select the AI model. Options include:
      • Flux: High-quality generation.
      • Flux Schnell: Fast, high-quality generation.
      • Flux Krea: Advanced Flux model with enhanced creativity.
      • SDXL Lightning: Fastest generation.
      • SD-3.5 Large: Stable Diffusion 3.5 Large model.
      • SD-3.5 Medium: Stable Diffusion 3.5 Medium model.
      • SDXL 1.0: Standard Stable Diffusion XL model.
    • Guidance Scale: Controls how much the model follows your prompt. Higher values mean it follows the prompt more closely but can be less creative.
    • Image Shape: Select the aspect ratio for your project.
    • Inference Steps: Number of processing steps. Higher values can improve quality but increase generation time.
    • Concurrent Requests: Set how many images to generate in parallel.
    • Proxy Settings: Using a proxy is recommended for faster and more reliable results.

Example Input

{
"prompts": [
"A majestic lion with a crown of stars, in a cosmic nebula",
"An enchanted forest library with glowing books floating in the air"
],
"negativePrompt": "low detail, blurry, text, watermark",
"modelVersion": "flux-krea",
"shape": "square",
"guidanceScale": 5,
"numInferenceSteps": 8,
"concurrentRequests": 5,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

📊 Output Results

Each generated image is saved to the Apify dataset with comprehensive metadata:

  • prompt: The original text description used for generation
  • image_url: Direct URL to download the AI-generated image
  • image_size: Precise dimensions of the created image [width, height]
  • is_nsfw: Content safety indicator (true/false)

Example Output Data

[
{
"prompt": "A beautiful sunset over the mountains",
"image_url": "https://artbreederpublic-shortlived.s3.amazonaws.com/30d/imgs/4584b05006844909b61c364a.jpeg",
"image_size": [1024, 1024],
"is_nsfw": false
},
{
"prompt": "A futuristic cityscape",
"image_url": "https://artbreederpublic-shortlived.s3.amazonaws.com/30d/imgs/615e0dde14cc44449f517218.jpeg",
"image_size": [1024, 1024],
"is_nsfw": false
},
{
"prompt": "A cosmic tree with stars and galaxies hanging from its branches",
"image_url": "https://artbreederpublic-shortlived.s3.amazonaws.com/30d/imgs/082a2505084f41febd71a6e6.jpeg",
"image_size": [1024, 1024],
"is_nsfw": false
}
]

Notes

  • For the SDXL Lightning model, inference steps are capped at 8.
  • For the Flux Schnell model, inference steps are capped at 12.
  • For SDXL models, the Guidance Scale is capped at 12.
  • Using a residential proxy is recommended for more reliable results.