# Text to image generator with Artbreeder

**Use case:** 

Run a text to image generator preset on Artbreeder from Apify Console, API calls, schedules, or webhooks and export generated image rows.

## Input

```json
{
  "prompts": [
    "a clean hero image of a robot painting a colorful city skyline at sunrise"
  ],
  "imagesPerPrompt": 1,
  "negativePrompt": "",
  "modelVersion": "sdxl-1.0-lightning",
  "shape": "wide",
  "guidanceScale": 1,
  "numInferenceSteps": 4,
  "concurrentRequests": 4
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "prompt": {
    "label": "Prompt",
    "format": "string"
  },
  "promptIndex": {
    "label": "Prompt index",
    "format": "integer"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "shape": {
    "label": "Shape",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "isNsfw": {
    "label": "NSFW",
    "format": "boolean"
  },
  "generatedAt": {
    "label": "Generated at",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Artbreeder AI Image Creator](https://apify.com/maximedupre/artbreeder-ai-image-creator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/artbreeder-ai-image-creator) to learn more, explore other use cases, and run it yourself.