You're looking at a specific version of this model. Jump to the model overview.

andreasjansson /flash-eval:ef9f9879

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
prompts_and_images
string
Newline-separated list of prompt/image URL pairs. Prompt/image URL pairs are formatted as <prompt>:<image1>[,<image2>[,<image3>[,...]]], i.e. a prompt followed by a colon followed by one or more comma-separated image URLs.
models
string
ImageReward,Aesthetic,CLIP,BLIP,PickScore
Comma-separated list of models to use to evaluate. Valid models are ImageReward, Aesthetic, CLIP, BLIP, PickScore
prompt_images_separator
string
:
Separator between prompt and list of images
image_separator
string
,
Separator between image URLs

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'type': 'object'}, 'title': 'Output', 'type': 'array'}