# Artbreeder prompt experiments with seed controls

**Use case:** 

Compare Artbreeder prompt experiments with model, shape, negative prompt, guidance scale, inference steps, and seed controls in one task.

## Input

```json
{
  "prompts": [
    "a cinematic character portrait of a space botanist in a glass greenhouse"
  ],
  "imagesPerPrompt": 1,
  "negativePrompt": "text, watermark, blurry face",
  "modelVersion": "flux-schnell",
  "shape": "tall",
  "guidanceScale": 2,
  "numInferenceSteps": 6,
  "seed": 12345,
  "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.